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.
2 parents 359f98d + aada309 commit 04597c3Copy full SHA for 04597c3
2 files changed
include/nlohmann/detail/macro_scope.hpp
@@ -62,6 +62,7 @@
62
#if defined(JSON_CATCH_USER)
63
#undef JSON_CATCH
64
#define JSON_CATCH JSON_CATCH_USER
65
+ #undef JSON_INTERNAL_CATCH
66
#define JSON_INTERNAL_CATCH JSON_CATCH_USER
67
#endif
68
#if defined(JSON_INTERNAL_CATCH_USER)
single_include/nlohmann/json.hpp
@@ -177,6 +177,7 @@ using json = basic_json<>;
177
178
179
180
181
182
183
0 commit comments