Update of /cvsroot/boost/boost/libs/config
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25309/libs/config

Modified Files:
        config.htm 
Log Message:
Fix C++0x helper macros

Index: config.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/config/config.htm,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- config.htm  28 Feb 2007 00:01:33 -0000      1.51
+++ config.htm  14 Mar 2007 09:20:38 -0000      1.52
@@ -1135,7 +1135,7 @@
             </td>
          </tr>
          <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_CONCEPTS</td>
+            <td valign="top" width="50%">BOOST_HAS_CONCEPTS</td>
             <td valign="top" width="50%">
                The compiler supports <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2081.pdf";>
                   concepts</a>. <b>Note</b>: concepts have been proposed for 
C++0x, but have 
@@ -1143,35 +1143,21 @@
             </td>
          </tr>
          <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_LONG_LONG</td>
-            <td valign="top" width="50%">
-               The compiler supports the long long. Identical to 
<tt>BOOST_HAS_LONG_LONG</tt>.
-            </td>
-         </tr>
-         <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_PREPROCESSOR</td>
-            <td valign="top" width="50%">
-               The compiler supports the <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1653.htm";>
-                  C99 preprocessor</a>, which includes variadic macros, 
concatenation of wide 
-               string literals, and the <code>_Pragma</code> operator.
-            </td>
-         </tr>
-         <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_RVALUE_REFERENCES</td>
+            <td valign="top" width="50%">BOOST_HAS_RVALUE_REFS</td>
             <td valign="top" width="50%">
                The compiler supports <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>
                   rvalue references</a>.
             </td>
          </tr>
          <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_STATIC_ASSERT</td>
+            <td valign="top" width="50%">BOOST_HAS_STATIC_ASSERT</td>
             <td valign="top" width="50%">
                The compiler supports <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html";>
                   static assertions</a>.
             </td>
          </tr>
          <tr>
-            <td valign="top" width="50%">BOOST_CXX0X_VARIADIC_TEMPLATES</td>
+            <td valign="top" width="50%">BOOST_HAS_VARIADIC_TMPL</td>
             <td valign="top" width="50%">
                The compiler supports <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2080.pdf";>
                   variadic templates</a>. <b>Note</b>: variadic templates have 
been proposed 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to