Update of /cvsroot/boost/boost/boost/config/compiler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20458
Modified Files:
metrowerks.hpp
Log Message:
CodeWarrior optionally supports rvalue references
Index: metrowerks.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/compiler/metrowerks.hpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- metrowerks.hpp 12 May 2005 16:28:44 -0000 1.34
+++ metrowerks.hpp 22 Nov 2006 17:52:52 -0000 1.35
@@ -80,6 +80,13 @@
# define BOOST_COMPILER_VERSION __MWERKS__
#endif
+//
+// C++0x features
+//
+#if __option(rvalue_refs)
+# define BOOST_CXX0X_RVALUE_REFERENCES
+#endif
+
#define BOOST_COMPILER "Metrowerks CodeWarrior C++ version "
BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
//
-------------------------------------------------------------------------
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