You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like there is no support for this nlohmann option at this moment, but I find this option really useful!
Please, tell me if I'm doing something wrong and there is a proper way to enable better exception reports.
My use-case: I want to use this option mainly for nlohmann, but if so, there is no way to call validation on that json object. Because mangled name for function differs, when compiling with or without define. And that leads to linker fail.
The text was updated successfully, but these errors were encountered:
If I compile this project with this macro definition
JSON_DIAGNOSTICS=1
I get a lot of warnings of that type:
Looks like there is no support for this nlohmann option at this moment, but I find this option really useful!
Please, tell me if I'm doing something wrong and there is a proper way to enable better exception reports.
My use-case: I want to use this option mainly for nlohmann, but if so, there is no way to call validation on that json object. Because mangled name for function differs, when compiling with or without define. And that leads to linker fail.
The text was updated successfully, but these errors were encountered: