File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 287287 }); \
288288 if (it == std::end (m)) \
289289 { \
290- throw nlohmann::detail::type_error::create ( \
290+ throw :: nlohmann::detail::type_error::create ( \
291291 302 , \
292292 std::string (" invalid value for " ) + #ENUM_TYPE + " : " + j.dump (), \
293- &j); \
293+ &j); \
294294 } \
295295 e = it->first ; \
296296 }
Original file line number Diff line number Diff line change @@ -2651,10 +2651,10 @@ JSON_HEDLEY_DIAGNOSTIC_POP
26512651 }); \
26522652 if (it == std::end(m)) \
26532653 { \
2654- throw nlohmann::detail::type_error::create( \
2654+ throw :: nlohmann::detail::type_error::create( \
26552655 302, \
26562656 std::string("invalid value for ") + #ENUM_TYPE + ": " + j.dump(), \
2657- &j); \
2657+ &j); \
26582658 } \
26592659 e = it->first; \
26602660 }
You can’t perform that action at this time.
0 commit comments