-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
kind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Milestone
Description
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
- Create sample project in Visual Studio.
- Add supplied nlohmann_json.natvis visuzliazer (https://github.com/nlohmann/json/blob/develop/nlohmann_json.natvis).
- Write some basic intialization for json object.
- Run in Debug mode and stop after initilization
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
- The bug also occurs if the latest version from the
develop
branch is used. - I can successfully compile and run the unit tests.
Metadata
Metadata
Assignees
Labels
kind: bugsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation