BSerializer::Serializable
is not satisfied by std::vector<bool>
#3
Labels
bug
Something isn't working
BSerializer::Serializable
is not satisfied by std::vector<bool>
#3
BSerializer::Serializable
is not satisfied bystd::vector<bool>
. More specifically, the typeBSerializer::Collection
, whichBSerializer::Serializable
indirectly references, is not satisfied bystd::vector<bool>
.This is not the case with other
std::vector<...>
s, such asstd::vector<int>
orstd::vector<uint8_t>
. To the extent of my current understanding, it only happens with element typebool
.The text was updated successfully, but these errors were encountered: