mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-10 23:39:33 +00:00
compile warnings, and usage improvements for VisualStudio
This commit is contained in:
@@ -33,7 +33,7 @@ using Deserializer = bitsery::BasicDeserializer<bitsery::AdapterReaderBitPacking
|
||||
|
||||
TEST(SerializeBooleans, BoolAsBit) {
|
||||
|
||||
SerializationContext ctx;
|
||||
SerializationContext ctx{};
|
||||
bool t1{true};
|
||||
bool t2{false};
|
||||
bool res1;
|
||||
|
||||
Reference in New Issue
Block a user