~roguescholar/boost/+git/json:master

Last commit made on 2024-04-03
Get this branch:
git clone -b master https://git.launchpad.net/~roguescholar/boost/+git/json

Branch merges

Branch information

Name:
master
Repository:
lp:~roguescholar/boost/+git/json

Recent commits

9f85ed6... by Dmitry Arkhipov <email address hidden>

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.

3a7ee79... by Dmitry Arkhipov <email address hidden>

document dependency on Boost.Endian

2b9ad2a... by Dmitry Arkhipov <email address hidden>

b2 features for benchmarking are in separate module

This is so that the module could be easily imported in e.g.
project-config.jam and then used for default build, custom build
variants, etc.

37e3fd0... by Dmitry Arkhipov <email address hidden>

fuzzing uses Drone container

128dc38... by Dmitry Arkhipov <email address hidden>

update GHA actions' versions

e9df70b... by Dmitry Arkhipov <email address hidden>

1.85.0 release notes

2883ff1... by Dmitry Arkhipov <email address hidden>

conversion of described classes supports private members

8f5b635... by Dmitry Arkhipov <email address hidden>

remove BOOST_JSON_PUBLIC

f3acd38... by Dmitry Arkhipov <email address hidden>

simplify definition of BOOST_JSON_LIKELY/UNLIKELY

b7f4665... by Dmitry Arkhipov <email address hidden>

remove BOOST_SYMBOL_VISIBLE fallback