Tags: boostorg/json
Tags
remove custom alignas check The check was added because of older GCC versions which are no longer supported
remove custom alignas check The check was added because of older GCC versions which are no longer supported
remove unnecessary branch in string serialization
fix value_to for variants 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.
PreviousNext