diff --git a/doc/html/boost_config/acknowledgements.html b/doc/html/boost_config/acknowledgements.html index b02bda6a..568cc3a1 100644 --- a/doc/html/boost_config/acknowledgements.html +++ b/doc/html/boost_config/acknowledgements.html @@ -3,8 +3,8 @@
+ BOOST_NO_SFINAE_EXPR
+
+ Compiler +
++ The compiler does not support usage of SFINAE with arbitrary expressions. +
+
BOOST_NO_STD_ALLOCATOR
@@ -2428,8 +2444,7 @@
-
- BOOST_NO_0X_HDR_THREAD
+ BOOST_NO_0X_HDR_THREAD
+ BOOST_NO_FUNCTION_TEMPLATE_DEFAULT_ARGS
+
+ The compiler does not support default template arguments for function + templates. +
+
BOOST_NO_INITIALIZER_LISTS
@@ -3192,7 +3220,28 @@
Defined if the compiler is really Microsoft Visual C++, as opposed
- to one of the many other compilers that also define _MSC_VER
.
+ to one of the many other compilers that also define _MSC_VER
. Has the same value as
+ _MSC_VER.
+
+ BOOST_MSVC_FULL_VER
+
+ <boost/config.hpp>
+
+ Defined to a normalised 9 digit version of _MSC_FULL_VER (which sometimes + only has 8 digits), the macro has the form VVMMPPPPP where VV is + the major version number, MM is the minor version number, and PPPPP + is the compiler build number.