-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
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 confirmationstate: waiting for PR
Description
Description
With version 3.12.0 the underlying type for a nlohmann::json is nlohmann::json_abi_diag_v3_12_0::detail::json_default_base and this type does not have a Type definition in the corresponding natvis template and generated natvis file.
Reproduction steps
Add the natvis file to your project and try to introspect a nlohmann::json object
Expected vs. actual results
Introspection based on natvis file is not used.
Minimal code example
Error messages
Compiler and operating system
Windows 11, Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.14.19
Library version
3.12.0
Validation
- The bug also occurs if the latest version from the
developbranch 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 confirmationstate: waiting for PR