diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 5c737bc1..81957ff3 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -172,6 +172,25 @@ + +

+ BOOST_NO_COMPLETE_VALUE_INITIALIZATION +

+ + +

+ Compiler +

+ + +

+ Compiler has not completely implemented value-initialization. See + also The + Utility/Value Init docs +

+ + +

BOOST_NO_CTYPE_FUNCTIONS diff --git a/doc/html/index.html b/doc/html/index.html index 21dda5c7..08ed6fef 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -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: March 02, 2010 at 17:08:14 GMT

Last revised: April 09, 2010 at 12:33:49 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 3a96512e..00d07b4a 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -49,6 +49,10 @@ Koenig lookup); see std::3.4.2 \[basic.koenig.lookup\] [[`BOOST_NO_AUTO_PTR`][Standard library][ If the compiler / library supplies non-standard or broken `std::auto_ptr`. ]] +[[`BOOST_NO_COMPLETE_VALUE_INITIALIZATION`][Compiler][ +Compiler has not completely implemented value-initialization. +See also [@../../../utility/value_init.htm#compiler_issues The Utility\/Value Init docs] +]] [[`BOOST_NO_CTYPE_FUNCTIONS`][Platform][ The Platform does not provide functions for the character-classifying operations `` and ``, only macros. @@ -985,3 +989,5 @@ match that used to create the libraries via bjam 's install rules. [endsect] [endsect] + +