Define BOOST_HAS_RVALUE_REFS for ConceptGCC and OSL5-gcc

[SVN r37636]
This commit is contained in:
Peter Dimov
2007-05-08 19:56:40 +00:00
parent 7d6a6b771e
commit 0f6f5f8d65

View File

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