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

Modified Files:
        gcc.hpp 
Log Message:
Define BOOST_HAS_RVALUE_REFS for ConceptGCC and OSL5-gcc

Index: gcc.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/compiler/gcc.hpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gcc.hpp     14 Mar 2007 09:20:38 -0000      1.31
+++ gcc.hpp     8 May 2007 19:56:40 -0000       1.32
@@ -109,10 +109,16 @@
 #  define BOOST_HAS_VARIADIC_TMPL
 #endif
 
+// Rvalue reference support
+#ifdef __RVALUE_REFS
+#  define BOOST_HAS_RVALUE_REFS
+#endif
+
 // ConceptGCC compiler:
 //   http://www.generic-programming.org/software/ConceptGCC/
 #ifdef __GXX_CONCEPTS__
 #  define BOOST_HAS_CONCEPTS
+#  define BOOST_HAS_RVALUE_REFS
 #  define BOOST_COMPILER "ConceptGCC version " __VERSION__
 #endif
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to