mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 21:55:23 +00:00
758c4addc1
The original test case relied on an invalidated iterator. This error did not occur before, but only with GCC with -D_GLIBCXX_DEBUG. This commit fixes the test case. The library is unaffected by this change.