mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Move BOOST_HAS_LONG_LONG to the C++0x category
[SVN r37179]
This commit is contained in:
@ -870,11 +870,6 @@ void g() { return f(); }</pre>
|
||||
hash_set and hash_map; BOOST_STD_EXTENSION_NAMESPACE will provide the namespace
|
||||
in which the two class templates reside.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>BOOST_HAS_LONG_LONG</td>
|
||||
<td>Compiler</td>
|
||||
<td>The compiler supports the long long data type.</td>
|
||||
</tr>
|
||||
<TR>
|
||||
<TD vAlign="top" width="48%">BOOST_HAS_LOG1P</TD>
|
||||
<TD vAlign="top" width="15%">Platform</TD>
|
||||
@ -1164,6 +1159,10 @@ 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