_json operator""() #3644
Labels
documentation
kind: bug
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Description
had some issues with
operator"" _json
namespacing. added the #define as per docs: https://json.nlohmann.me/api/operator_literal_json/ then there was an issue with #if JSON_USE_GLOBAL_UDLS not making any sense. should that be #ifdef ?Reproduction steps
Expected vs. actual results
probaly should be #ifdef, not #if
Minimal code example
No response
Error messages
No response
Compiler and operating system
msvc 2019 - 16.11.17 (current as of 2022-08-02)
Library version
3.11.0
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: