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 @@ Acknowledgements - - + + diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index fed7bdac..e781a035 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3,8 +3,8 @@ Boost Macro Reference - - + + @@ -20,8 +20,7 @@
- -PrevUpHomeNext +PrevUpHomeNext

@@ -797,6 +796,23 @@ + +

+ 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

@@ -2643,6 +2658,19 @@ + +

+ 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.

@@ -3493,8 +3542,7 @@
- -PrevUpHomeNext +PrevUpHomeNext
- \ No newline at end of file + diff --git a/doc/html/boost_config/guidelines_for_boost_authors.html b/doc/html/boost_config/guidelines_for_boost_authors.html index 2e16141f..3468a3eb 100644 --- a/doc/html/boost_config/guidelines_for_boost_authors.html +++ b/doc/html/boost_config/guidelines_for_boost_authors.html @@ -3,8 +3,8 @@ Guidelines for Boost Authors - - + + diff --git a/doc/html/boost_config/rationale.html b/doc/html/boost_config/rationale.html index cdd610f0..5429ea82 100644 --- a/doc/html/boost_config/rationale.html +++ b/doc/html/boost_config/rationale.html @@ -3,8 +3,8 @@ Rationale - - + + diff --git a/doc/html/index.html b/doc/html/index.html index 3cc94e38..a6326646 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,8 +3,8 @@ Boost.Config - - + + @@ -28,7 +28,7 @@

-

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@@ -960,7 +960,7 @@
- +

Last revised: May 15, 2009 at 15:05:51 GMT

Last revised: August 06, 2009 at 09:16:56 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 5404e2bf..11493abf 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -791,7 +791,13 @@ integral constant expressions. ]] [[`BOOST_MSVC`][``][ Defined if the compiler is really Microsoft Visual C++, as opposed to one -of the many other compilers that also define `_MSC_VER`. +of the many other compilers that also define `_MSC_VER`. Has the same value as +_MSC_VER. +]] +[[`BOOST_MSVC_FULL_VER`][``][ +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. ]] [[`BOOST_INTEL`][``][ Defined if the compiler is an Intel compiler, takes the same value as the