Skip to content

Tags: boostorg/json

Tags

boost-1.90.0

Toggle boost-1.90.0's commit message
fix typo

boost-1.90.0.beta1

Toggle boost-1.90.0.beta1's commit message
fix typo

boost-1.89.0

Toggle boost-1.89.0's commit message
documentation fixes

boost-1.88.0

Toggle boost-1.88.0's commit message
remove custom alignas check

The check was added because of older GCC versions which are no longer
supported

boost-1.88.0.beta1

Toggle boost-1.88.0.beta1's commit message
remove custom alignas check

The check was added because of older GCC versions which are no longer
supported

boost-1.87.0

Toggle boost-1.87.0's commit message
remove unnecessary branch in string serialization

boost-1.87.0.beta1

Toggle boost-1.87.0.beta1's commit message
remove unnecessary branch in string serialization

boost-1.86.0

Toggle boost-1.86.0's commit message
BOOST_JSON_ALLOW_DEPRECATED macro

boost-1.86.0.beta1

Toggle boost-1.86.0.beta1's commit message
fix sanitizer failures in CI

boost-1.85.0

Toggle boost-1.85.0's commit message
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.