We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be4e85 commit cec0474Copy full SHA for cec0474
tests/abi/config/default.cpp
@@ -24,6 +24,10 @@ TEST_CASE("default namespace")
24
expected += "_diag";
25
#endif
26
27
+#if JSON_DIAGNOSTIC_POSITIONS
28
+ expected += "_dp";
29
+#endif
30
+
31
#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
32
expected += "_ldvcmp";
33
tests/abi/config/noversion.cpp
@@ -25,6 +25,10 @@ TEST_CASE("default namespace without version component")
34
0 commit comments