mirror of
https://github.com/boostorg/json.git
synced 2026-02-02 21:02:18 +00:00
After we allowed exceptions to propagate through error_code-based conversions (when the user invoked value_to, rather than try_value_to), we inadvertently broke value_to for variants, because they relied on exceptions being caught by try_value_to. This change disables exception propagation for exactly one level of nesting.