mirror of
https://github.com/nlohmann/json.git
synced 2026-09-13 19:57:58 +00:00
GCC's -Wnoexcept (part of the ci_test_gcc warning set) rejects the lambda passed to parse() because it cannot throw but is not declared noexcept, matching the existing callback in unit-regression2.cpp. Signed-off-by: Niels Lohmann <mail@nlohmann.me> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>