mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-19 17:49:52 +00:00
compile warnings, and usage improvements for VisualStudio
This commit is contained in:
@@ -17,7 +17,7 @@ void serialize(S& s, MyStruct& o) {
|
||||
s.value4b(o.i);
|
||||
s.value2b(o.e);
|
||||
s.value8b(o.f);
|
||||
};
|
||||
}
|
||||
|
||||
using namespace bitsery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user