bugfix in enableBitPacking

This commit is contained in:
Mindaugas Vinkelis
2019-06-27 10:06:16 +03:00
committed by Mindaugas Vinkelis
parent aca3139600
commit 03f2c3c8b5
10 changed files with 82 additions and 6 deletions

View File

@@ -19,11 +19,12 @@ struct MyStruct {
void serialize(S& s) {
//now we can use flexible syntax with
s.archive(i, e, fs);
// flexible syntax also supports `cereal` like serialization interface by calling operator()
// s(i, e, fs);
}
};
using namespace bitsery;
//some helper types