Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
check_overflow
trait default implementation now relies on std::numeric_limits<T>::is_bounded
instead of boost::integer_traits<T>::is_integral.
boost/detail/iterator.hpp
header. GH#432
parse_rule instantiation
with BOOST_SPIRIT_INSTANTIATE
when:
make_attribute
trait was removed due to bugs GH#449
and to simplify attribute transformation.
GH#460
std::numeric_limits<T>::digits10
value. GH#469
(Min % Base) == 0 corner
case. GH#469
IgnoreOverflowDigits=true
integer parser. GH#470
transform_attribute
was removed. GH#480