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

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

Index: static_assert.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/static_assert.hpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- static_assert.hpp   22 Nov 2006 15:58:39 -0000      1.18
+++ static_assert.hpp   14 Mar 2007 09:20:37 -0000      1.19
@@ -28,7 +28,7 @@
 #  define BOOST_SA_GCC_WORKAROUND
 #endif
 
-#ifdef BOOST_CXX0X_STATIC_ASSERT
+#ifdef BOOST_HAS_STATIC_ASSERT
 #  define BOOST_STATIC_ASSERT( B ) static_assert(B, #B)
 #else
 


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