Sort C++0x list

[SVN r37180]
This commit is contained in:
Douglas Gregor
2007-03-14 09:25:53 +00:00
parent d7d7441e35
commit c204461f16

View File

@ -1137,6 +1137,10 @@ void g() { return f(); }</pre>
not yet been approved for inclusion in the language.
</td>
</tr>
<tr>
<td valign="top" width="50%">BOOST_HAS_LONG_LONG</td>
<td valign="top" width="50%">The compiler supports the long long data type.</td>
</tr>
<tr>
<td valign="top" width="50%">BOOST_HAS_RVALUE_REFS</td>
<td valign="top" width="50%">
@ -1159,10 +1163,6 @@ void g() { return f(); }</pre>
for C++0x, but have not yet been approved for inclusion in the language.
</td>
</tr>
<tr>
<td valign="top" width="50%">BOOST_HAS_LONG_LONG</td>
<td valign="top" width="50%">The compiler supports the long long data type.</td>
</tr>
</table>
<h4><a name="helpers"></a>Boost Helper Macros</h4>
<p>The following macros are either simple helpers, or macros that provide