mirror of
https://github.com/nlohmann/json.git
synced 2025-01-20 00:03:02 +08:00
commit
9774e53cd6
@ -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()
|
||||||
|
@ -18145,9 +18145,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()
|
||||||
|
Loading…
Reference in New Issue
Block a user