Niels Lohmann

Results 244 comments of Niels Lohmann

Oh I'm sorry - this was meant for @pfeatherstone...

First off: Thank you for the detailed bug report! The parse error is not related to the map of indefinite size (`0xBF`), but about using a byte string (`0x41`) as...

I am not maintaining the formula myself, and I have no idea how to fix this.

You're not supposed to call `to_json` or `from_json` directly. That is, instead of calling ```cpp nlohmann::adl_serializer::to_json(json["Thing"], thing); nlohmann::to_json(json["Thing"], thing); json["Thing"] = thing; ``` call ```cpp json["Thing"] = thing; ``` Making...

Thanks for reporting. Can you please try Release mode just to be sure?

> > Thanks for reporting. Can you please try Release mode just to be sure? > > Do you mean Debug? No, Release. We sometimes had issues that MSVC took...