forward declare SerialBufferAdapter<size_t>
This commit is contained in:
parent
734767045a
commit
3c6102fb97
@ -130,3 +130,5 @@ template class SerialBufferAdapter<uint8_t>;
|
|||||||
template class SerialBufferAdapter<uint16_t>;
|
template class SerialBufferAdapter<uint16_t>;
|
||||||
template class SerialBufferAdapter<uint32_t>;
|
template class SerialBufferAdapter<uint32_t>;
|
||||||
template class SerialBufferAdapter<uint64_t>;
|
template class SerialBufferAdapter<uint64_t>;
|
||||||
|
template class SerialBufferAdapter<size_t>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user