Skip to content
  • Niels Lohmann's avatar
    🚑 made exceptions nothrow-copy-constructible #531 · cc36c65a
    Niels Lohmann authored
    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.
    cc36c65a