mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-14 14:28:24 +00:00
compile warnings, and usage improvements for VisualStudio
This commit is contained in:
@@ -46,7 +46,7 @@ TEST(FlexibleSyntax, FundamentalTypesAndBool) {
|
||||
float tf = 485.042f;
|
||||
double_t td = -454184.48445;
|
||||
bool tb=true;
|
||||
SerializationContext ctx;
|
||||
SerializationContext ctx{};
|
||||
ctx.createSerializer().archive(ti,te,tf,td,tb);
|
||||
|
||||
//result
|
||||
|
||||
Reference in New Issue
Block a user