Added BOOST_HAS_NRVO

[SVN r16204]
This commit is contained in:
Daniel Frey
2002-11-12 00:18:26 +00:00
parent 0ec58eab08
commit ea44ab1401

View File

@ -900,6 +900,15 @@ present.</p>
<td valign="top" width="37%">The platform has an
&lt;nl_types.h&gt;.</td>
</tr>
<tr>
<td>BOOST_HAS_NRVO</td>
<td>Compiler</td>
<td>Indicated that the compiler supports the named return
value optimization (NRVO). Used to select the most efficient
implementation for some function. See
<a href="../../boost/operators.hpp">boost/operators.hpp</a>
for example.</td>
</tr>
<tr>
<td valign="top">BOOST_HAS_PARTIAL_STD_ALLOCATOR</td>
<td>Standard Library</td>