Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61154 - in trunk/libs/config/doc: . html html/boost_config
From: john_at_[hidden]
Date: 2010-04-09 08:35:21


Author: johnmaddock
Date: 2010-04-09 08:35:20 EDT (Fri, 09 Apr 2010)
New Revision: 61154
URL: http://svn.boost.org/trac/boost/changeset/61154

Log:
Committed Neils Dekker's new macro docs.
Text files modified:
   trunk/libs/config/doc/html/boost_config/boost_macro_reference.html | 19 +++++++++++++++++++
   trunk/libs/config/doc/html/index.html | 4 ++--
   trunk/libs/config/doc/macro_reference.qbk | 6 ++++++
   3 files changed, 27 insertions(+), 2 deletions(-)

Modified: trunk/libs/config/doc/html/boost_config/boost_macro_reference.html
==============================================================================
--- trunk/libs/config/doc/html/boost_config/boost_macro_reference.html (original)
+++ trunk/libs/config/doc/html/boost_config/boost_macro_reference.html 2010-04-09 08:35:20 EDT (Fri, 09 Apr 2010)
@@ -174,6 +174,25 @@
 <tr>
 <td>
               <p>
+ <code class="computeroutput"><span class="identifier">BOOST_NO_COMPLETE_VALUE_INITIALIZATION</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ Compiler
+ </p>
+ </td>
+<td>
+ <p>
+ Compiler has not completely implemented value-initialization. See
+ also <a href="../../../../utility/value_init.htm#compiler_issues" target="_top">The
+ Utility/Value Init docs</a>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
                 <code class="computeroutput"><span class="identifier">BOOST_NO_CTYPE_FUNCTIONS</span></code>
               </p>
               </td>

Modified: trunk/libs/config/doc/html/index.html
==============================================================================
--- trunk/libs/config/doc/html/index.html (original)
+++ trunk/libs/config/doc/html/index.html 2010-04-09 08:35:20 EDT (Fri, 09 Apr 2010)
@@ -28,7 +28,7 @@
 </h3></div></div></div>
 <div><p class="copyright">Copyright &#169; 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock</p></div>
 <div><div class="legalnotice">
-<a name="id793416"></a><p>
+<a name="id664529"></a><p>
         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)
       </p>
@@ -960,7 +960,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: March 02, 2010 at 17:08:14 GMT</small></p></td>
+<td align="left"><p><small>Last revised: April 09, 2010 at 12:33:49 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/config/doc/macro_reference.qbk
==============================================================================
--- trunk/libs/config/doc/macro_reference.qbk (original)
+++ trunk/libs/config/doc/macro_reference.qbk 2010-04-09 08:35:20 EDT (Fri, 09 Apr 2010)
@@ -49,6 +49,10 @@
 [[`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 `<ctype.h>` and `<cctype>`, only macros.
@@ -985,3 +989,5 @@
 [endsect]
 
 [endsect]
+
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk