forked from boostorg/config
Sort C++0x list
[SVN r37180]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user