Unverified Commit 35d79203 authored by raduteo's avatar raduteo Committed by GitHub

Update json.hpp

parent e8dbd7be
...@@ -1256,9 +1256,8 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec ...@@ -1256,9 +1256,8 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
})); }));
} }
JSON_CATCH(...) {} // LCOV_EXCL_LINE JSON_CATCH(...) {} // LCOV_EXCL_LINE
#else
static_cast<void>(check_parents);
#endif #endif
static_cast<void>(check_parents);
} }
void set_parents() void set_parents()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment