Closed
Description
This tiny self-contained example doesn't compile:
std::tuple<int, std::string> tup{ 42, "foo" };
std::string temp = BitSerializer::SaveObject<BitSerializer::MsgPack::MsgPackArchive>(tup);
Breaks with:
serialization_base_types.h:484:20: error: static assertion failed due to requirement
'!MsgPackWriteRootScope::is_binary || (hasGlobalSize || isEnumerable)':
BitSerializer. Saving to a binary archive requires a known container size.
Metadata
Metadata
Assignees
Labels
No labels