eProsima / Fast-CDR

eProsima FastCDR library provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation of it. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
142 stars 100 forks source link

On CdrSizeCalculator, fix std::vector<bool> as array #199

Closed richiware closed 7 months ago

richiware commented 7 months ago

There is no specialization for std::vector<bool> which doesn't contains data() function. This PR introduces this specialization.

richiprosima commented 7 months ago

Build status: