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 @@ -
-
-
-
-