diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 17e711df..313bc296 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,7 +3,7 @@
- Static function numeric_limits<T>::lowest()
is not available for use.
+ C++11 additions to std::numeric_limits
+ are not available for use. static
+ function numeric_limits<T>::lowest()
the lowest finite value representable
+ by the numeric type. static
+ int const
+ max_digits10
the number
+ of decimal digits that are required to make sure that two distinct
+ values of the type have distinct decimal representations. template<>
+ class numeric_limits<char16_t>;
, see also BOOST_NO_CXX11_CHAR16_T
,
+ template<>
+ class numeric_limits<char32_t>;
see also BOOST_NO_CXX11_CHAR32_T
.
+ Replaces BOOST_NO_NUMERIC_LIMITS_LOWEST.