8000 Tags · boostorg/json · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: boostorg/json

Tags

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.

boost-1.85.0.beta1

Toggle boost-1.85.0.beta1's commit message
remove BOOST_JSON_PUBLIC

boost-1.84.0

Toggle boost-1.84.0's commit message
fix issue links in release notes

boost-1.84.0.beta1

Toggle boost-1.84.0.beta1's commit message
notes on as_ functions not doing convesions

0