diff --git a/doc/cstdint.qbk b/doc/cstdint.qbk index 3f352075..59ef5b3f 100644 --- a/doc/cstdint.qbk +++ b/doc/cstdint.qbk @@ -136,4 +136,11 @@ For example: [endsect] +[section:intptr Integers for Storing Pointers] + +The typedefs [^intptr_t] and [^uintptr_t] defined signed and unsigned integers respectively each capable of storing a pointer. The macro [^BOOST_HAS_INTPTR_T] is set when these types are available. + +[endsect] + + [endsect] diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 8281d052..91d90849 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,7 +3,7 @@ Acknowledgements - + diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index ed19e071..118faccb 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3,7 +3,7 @@ Boost Macro Reference - + @@ -26,7 +26,7 @@

Boost Macro Reference

-
+
-
+

diff --git a/doc/html/boost_config/build_config.html b/doc/html/boost_config/build_config.html index 2854a549..7acec1b0 100644 --- a/doc/html/boost_config/build_config.html +++ b/doc/html/boost_config/build_config.html @@ -3,7 +3,7 @@ Build Time Configuration - + diff --git a/doc/html/boost_config/cstdint.html b/doc/html/boost_config/cstdint.html index d75a289c..cf0a4917 100644 --- a/doc/html/boost_config/cstdint.html +++ b/doc/html/boost_config/cstdint.html @@ -3,7 +3,7 @@ Standard Integer Types - + @@ -26,7 +26,7 @@

-
+

@@ -271,6 +272,17 @@ static const boost::uint64_t c = INT64_C(0x1FFFFFFFF);

+
+ +

+ The typedefs intptr_t and uintptr_t + defined signed and unsigned integers respectively each capable of storing + a pointer. The macro BOOST_HAS_INTPTR_T is set when these + types are available. +

+
diff --git a/doc/html/boost_config/guidelines_for_boost_authors.html b/doc/html/boost_config/guidelines_for_boost_authors.html index 212c9fbc..f57e583e 100644 --- a/doc/html/boost_config/guidelines_for_boost_authors.html +++ b/doc/html/boost_config/guidelines_for_boost_authors.html @@ -3,7 +3,7 @@ Guidelines for Boost Authors - + @@ -27,7 +27,7 @@ Guidelines for Boost Authors - - -
- +

Last revised: April 18, 2018 at 18:30:02 GMT

Last revised: August 03, 2018 at 12:07:59 GMT