forked from boostorg/config
Define BOOST_HAS_RVALUE_REFS for ConceptGCC and OSL5-gcc
[SVN r37636]
This commit is contained in:
@ -109,10 +109,16 @@
|
|||||||
# define BOOST_HAS_VARIADIC_TMPL
|
# define BOOST_HAS_VARIADIC_TMPL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Rvalue reference support
|
||||||
|
#ifdef __RVALUE_REFS
|
||||||
|
# define BOOST_HAS_RVALUE_REFS
|
||||||
|
#endif
|
||||||
|
|
||||||
// ConceptGCC compiler:
|
// ConceptGCC compiler:
|
||||||
// http://www.generic-programming.org/software/ConceptGCC/
|
// http://www.generic-programming.org/software/ConceptGCC/
|
||||||
#ifdef __GXX_CONCEPTS__
|
#ifdef __GXX_CONCEPTS__
|
||||||
# define BOOST_HAS_CONCEPTS
|
# define BOOST_HAS_CONCEPTS
|
||||||
|
# define BOOST_HAS_RVALUE_REFS
|
||||||
# define BOOST_COMPILER "ConceptGCC version " __VERSION__
|
# define BOOST_COMPILER "ConceptGCC version " __VERSION__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user