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

Modified Files:
        suffix.hpp 
Log Message:
Fix C++0x helper macros

Index: suffix.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/suffix.hpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- suffix.hpp  22 Nov 2006 15:58:39 -0000      1.43
+++ suffix.hpp  14 Mar 2007 09:20:38 -0000      1.44
@@ -38,16 +38,6 @@
 # endif
 #endif
 
-// BOOST_HAS_LONG_LONG implies BOOST_CXX0X_LONG_LONG, and vice-versa
-#if defined(BOOST_HAS_LONG_LONG) || defined(BOOST_CXX0X_LONG_LONG)
-#  ifndef BOOST_HAS_LONG_LONG
-#    define BOOST_HAS_LONG_LONG
-#  endif
-#  ifndef BOOST_CXX0X_LONG_LONG
-#    define BOOST_CXX0X_LONG_LONG
-#  endif
-#endif
-
 // GCC 3.x will clean up all of those nasty macro definitions that
 // BOOST_NO_CTYPE_FUNCTIONS is intended to help work around, so undefine
 // it under GCC 3.x.
@@ -55,7 +45,6 @@
 #  undef BOOST_NO_CTYPE_FUNCTIONS
 #endif
 
-
 //
 // Assume any extensions are in namespace std:: unless stated otherwise:
 //


-------------------------------------------------------------------------
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