Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56544 - trunk/libs/utility
From: nielsdekker_at_[hidden]
Date: 2009-10-03 05:18:26


Author: niels_dekker
Date: 2009-10-03 05:18:26 EDT (Sat, 03 Oct 2009)
New Revision: 56544
URL: http://svn.boost.org/trac/boost/changeset/56544

Log:
Updated value_init documentation, because the fix of #2548 was not yet included with Boost release 1.40.0.
Text files modified:
   trunk/libs/utility/value_init.htm | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/utility/value_init.htm
==============================================================================
--- trunk/libs/utility/value_init.htm (original)
+++ trunk/libs/utility/value_init.htm 2009-10-03 05:18:26 EDT (Sat, 03 Oct 2009)
@@ -313,7 +313,7 @@
                     
 <h3>Warning:</h3>
                    
-<p>The <code>value_initialized</code> implementation of Boost version 1.39.0 and older
+<p>The <code>value_initialized</code> implementation of Boost version 1.40.0 and older
 allowed <i>non-const</i> access to the wrapped object, from a constant wrapper,
 both by its conversion operator and its <code>data()</code> member function. For example:</p>
                    
@@ -407,7 +407,7 @@
      </p>
                     
 <hr>
-<p>Revised 28 June 2009</p>
+<p>Revised 03 October 2009</p>
                    
 <p>&copy; Copyright Fernando Cacciola, 2002, 2009.</p>
                    
@@ -418,4 +418,4 @@
  <br>
     
 </body>
-</html>
\ No newline at end of file
+</html>


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