...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
<boost/functional/hash/*.hpp>
headers. Now a single header, <boost/functional/hash.hpp
>
is used.
BOOST_HASH_NO_EXTENSIONS
macro, which disables the extensions to TR1.
long long
,
std::complex
.
long
double
.
fpclass
which
doesn't support long double
.
errno
.
std::numeric_limits
.
long
long
and unsigned
long long
.
long
double
and float
as the C++ overloads aren't always availables.
boost/functional/detail
,
since they are part of functional/hash, not functional. boost/functional/detail/container_fwd.hpp
has
been moved to boost/detail/container_fwd.hpp
as it's used outside of this library,
the others have been moved to boost/functional/hash/detail
.