mirror of
https://github.com/nlohmann/json.git
synced 2026-05-01 12:19:25 +00:00
🚑 made exceptions nothrow-copy-constructible #531
To have nothrow-copy-constructible exceptions, we inherit from std::runtime_error which can cope with arbitrary-length error messages. Intermediate strings are built with static functions and then passed to the actual constructor.
This commit is contained in: