Move BOOST_HAS_LONG_LONG to the C++0x category

[SVN r37179]
This commit is contained in:
Douglas Gregor
2007-03-14 09:23:48 +00:00
parent cce1a4370b
commit d7d7441e35

View File

@ -870,11 +870,6 @@ void g() { return f(); }</pre>
hash_set and hash_map; BOOST_STD_EXTENSION_NAMESPACE will provide the namespace hash_set and hash_map; BOOST_STD_EXTENSION_NAMESPACE will provide the namespace
in which the two class templates reside.</td> in which the two class templates reside.</td>
</tr> </tr>
<tr>
<td>BOOST_HAS_LONG_LONG</td>
<td>Compiler</td>
<td>The compiler supports the long long data type.</td>
</tr>
<TR> <TR>
<TD vAlign="top" width="48%">BOOST_HAS_LOG1P</TD> <TD vAlign="top" width="48%">BOOST_HAS_LOG1P</TD>
<TD vAlign="top" width="15%">Platform</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. for C++0x, but have not yet been approved for inclusion in the language.
</td> </td>
</tr> </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> </table>
<h4><a name="helpers"></a>Boost Helper Macros</h4> <h4><a name="helpers"></a>Boost Helper Macros</h4>
<p>The following macros are either simple helpers, or macros that provide <p>The following macros are either simple helpers, or macros that provide