Updated documentation of value_initialized, according to a remark by Daniel James at ticket #2548

[SVN r54503]
This commit is contained in:
Niels Dekker 2009-06-29 18:04:24 +00:00
parent b514e40733
commit d387905150

View File

@ -313,7 +313,7 @@ non-member function <code>get()</code>: </p>
<h3>Warning:</h3> <h3>Warning:</h3>
<p>The <code>value_initialized</code> implementation of Boost version 1.38.0 and older <p>The <code>value_initialized</code> implementation of Boost version 1.39.0 and older
allowed <i>non-const</i> access to the wrapped object, from a constant wrapper, 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> both by its conversion operator and its <code>data()</code> member function. For example:</p>
@ -407,7 +407,7 @@ for Boost release version 1.35 (2008), offering a workaround to various compiler
</p> </p>
<hr> <hr>
<p>Revised 20 February 2009</p> <p>Revised 28 June 2009</p>
<p>&copy; Copyright Fernando Cacciola, 2002, 2009.</p> <p>&copy; Copyright Fernando Cacciola, 2002, 2009.</p>