mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-21 02:28:36 +00:00
compile warnings, and usage improvements for VisualStudio
This commit is contained in:
@@ -19,7 +19,7 @@ struct MyStruct {
|
||||
void serialize(S& s) {
|
||||
//now we can use flexible syntax with
|
||||
s.archive(i, e, fs);
|
||||
};
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user