diff --git a/doc/html/boost_integer/cstdint.html b/doc/html/boost_integer/cstdint.html index b709cfc..151ee51 100644 --- a/doc/html/boost_integer/cstdint.html +++ b/doc/html/boost_integer/cstdint.html @@ -2,7 +2,7 @@
boost instead.
BOOST_NO_INT64_T.
int_least8_tint_least16_tint_least32_tuint_least8_tuint_least16_tuint_least32_tint_least8_t
+ int_least16_t
+ int_least32_t
+ uint_least8_t
+ uint_least16_t
+ uint_least32_t
+ The following types are available only if, after including <boost/cstdint.hpp>, the macro BOOST_NO_INT64_T is not defined:
int_least64_tuint_least64_tint_least64_t
+ uint_least64_t
+ All other minimum-width integer types are optional.
int_fast8_tint_fast16_tint_fast32_tuint_fast8_tuint_fast16_tuint_fast32_tint_fast8_t
+ int_fast16_t
+ int_fast32_t
+ uint_fast8_t
+ uint_fast16_t
+ uint_fast32_t
+ The following types are available only if, after including <boost/cstdint.hpp>, the macro BOOST_NO_INT64_T is not defined:
int_fast64_tuint_fast64_tint_fast64_t
+ uint_fast64_t
+ All other fastest minimum-width integer types are optional.