• Dominik Charousset's avatar
    Do not propagate exceptions in `from_string` · 9cb98f9b
    Dominik Charousset authored
    Catch exception thrown in `from_string_impl` and do not propagate them. The
    calling function, i.e., `from_string`, return `none` in case of a parser error.
    Hence, exceptions are not expected (or allowed).
    9cb98f9b
string_serialization.cpp 16.7 KB