json/src
Niels Lohmann cc36c65a89
🚑 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.
2017-03-25 16:22:52 +01:00
..
json.hpp 🚑 made exceptions nothrow-copy-constructible #531 2017-03-25 16:22:52 +01:00
json.hpp.re2c 🚑 made exceptions nothrow-copy-constructible #531 2017-03-25 16:22:52 +01:00