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 @@
BOOST_AUTO_LINK_NOMANGLE
+ Optional: whan set specifies that we should link to BOOST_LIB_NAME.lib, + rather than a mangled-name version. +
BOOST_AUTO_LINK_TAGGED
+ Optional: Specifies that we link to libraries built with the --layout=tagged + option. This is essentially the same as the default name-mangled + version, but without the compiler name and version, or the Boost + version. Just the build options. +
BOOST_AUTO_LINK_SYSTEM
+ Optional: Specifies that we link to libraries built with the --layout=system + option. This is essentially the same as the non-name-mangled version, + but with the prefix to differentiate static and dll builds +
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 @@
+ 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.
+