ignatz/boost_mongo

Serializing bool types

Closed this issue · 1 comments

The serialization in for bools for the json archive follows the path of a double, resulting in all bool values being set to false even if they should be true

Thanks alot for the report. Bool serialization with json should work now.