...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
<boost/cstdint.hpp>
into Boost.Config.
boost::static_log2
, boost::static_signed_min
,
boost::static_signed_max
, boost::static_unsigned_min
boost::static_unsigned_max
,
when available.
boost::static_signed_min
etc are now typedef'd. Formerly, they were hardcoded as unsigned
long
and int
respectively. Please, use the
provided typedefs in new code (and update old code as soon as possible).
boost::static_log2
are now typedef'd. Formerly, they were hardcoded as unsigned long
and int
respectively. Please, use the provided typedefs
in new code (and update old code as soon as possible).