From ab7bb5c511f734679b91d58ca48ec6d307495f76 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 23 Jun 2020 18:55:52 +0100 Subject: [PATCH] regenerate docs. --- doc/html/boost_config/acknowledgements.html | 4 +- .../boost_config/boost_macro_reference.html | 103 +++++++++++++++++- doc/html/boost_config/build_config.html | 4 +- doc/html/boost_config/cstdint.html | 4 +- .../guidelines_for_boost_authors.html | 4 +- doc/html/boost_config/rationale.html | 4 +- doc/html/index.html | 6 +- 7 files changed, 114 insertions(+), 15 deletions(-) diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index 91d90849..c6b9bcdf 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -1,6 +1,6 @@ - + Acknowledgements @@ -47,7 +47,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ BOOST_NO_CXX11_OVERRIDE +

+
+

+ The compiler does not support override. +

+

BOOST_NO_CXX11_POINTER_TRAITS @@ -3420,6 +3432,20 @@

+

+ BOOST_OVERRIDE +

+
+

+ If BOOST_NO_CXX11_OVERRIDE + is not defined (i.e. C++11 compliant compilers), expands to override keyword, otherwise expands + to nothing. +

+

BOOST_STATIC_CONSTEXPR @@ -5005,6 +5031,60 @@

+

+ BOOST_BORLANDC +

+
+

+ <boost/config.hpp> +

+
+

+ Defined to the value of __BORLANDC__ if the compiler is the Embarcadero + non-clang based compiler. +

+
+

+ BOOST_CODEGEARC +

+
+

+ <boost/config.hpp> +

+
+

+ Defined to the value of __CODEGEARC__ if the compiler is the Embarcadero + non-clang based compiler. +

+
+

+ BOOST_EMBTC +

+
+

+ <boost/config.hpp> +

+
+

+ Defined to the value of __CODEGEARC__ if the compiler is the Embarcadero + clang based compiler. +

+

BOOST_WINDOWS @@ -5112,6 +5192,25 @@

+

+ BOOST_LIBSTDCXX_VERSION +

+
+

+ <boost/config.hpp> +

+
+

+ Defined if the libstdc++ standard library is in use. Has the value + of normalised 5 digit integer of the form VVMMM where VV is the + major version number, MM is the minor version number. +

+
@@ -6519,7 +6618,7 @@ -
-
-
-
-