Skip to content

Tags: boostorg/json

Tags

boost-1.92.0.beta1

Toggle boost-1.92.0.beta1's commit message
fix UB in value::emplace_ functions

With enough optimisations emplace functions accessed an object after its
lifetime has ended, due to order of evaluation. The fix is to make the
correct order correct.

boost-1.91.0

Toggle boost-1.91.0's commit message
release notes for 1.91.0

boost-1.91.0.beta1

Toggle boost-1.91.0.beta1's commit message
work around clang bug in visit

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