1
0
forked from boostorg/bind

documented 'reference_wrapper' as Assignable

[SVN r12521]
This commit is contained in:
Aleksey Gurtovoy
2002-01-27 13:04:08 +00:00
parent d276e73ea0
commit b2b06ea204

View File

@@ -17,7 +17,7 @@
<td align="center">
<table border="0">
<tr><td nowrap><h1>ref.hpp</h1></td></tr>
<tr><td align="right" nowrap><small>&nbsp;1.00.0003 (2001-08-22)</small></td></tr>
<tr><td align="right" nowrap><small>&nbsp;1.00.0004 (2002-01-27)</small></td></tr>
</table>
</td>
</tr>
@@ -53,8 +53,8 @@ work on references unmodified.
</p>
<p>
<b>boost::reference_wrapper&lt;T&gt;</b> is <b>CopyConstructible</b>, but it is not
<b>Assignable</b>.
<b>boost::reference_wrapper&lt;T&gt;</b> is both <b>CopyConstructible</b> and
<b>Assignable</b> (ordinary references are not <b>Assignable</b>).
</p>
<p>