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
In version 3.11.3 the underlying namespace seems to be nlohmann::json_abi_v3_11_3.
But nlohmann_json.natvis is still written for nlohmann::json_abi_v3_11_2.
Description
In version 3.11.3 the underlying namespace seems to be
nlohmann::json_abi_v3_11_3
.But nlohmann_json.natvis is still written for
nlohmann::json_abi_v3_11_2
.Reproduction steps
Expected vs. actual results
In VS Debugger Watch window view for json object is not pretty-printed (visualizer is not applied)
Minimal code example
No response
Error messages
No response
Compiler and operating system
Visual Studio
Library version
3.11.3
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: