forked from boostorg/config
Only check rvalue_refs option in CodeWarrior releases after 9.5
[SVN r37193]
This commit is contained in:
@ -83,7 +83,7 @@
|
|||||||
//
|
//
|
||||||
// C++0x features
|
// C++0x features
|
||||||
//
|
//
|
||||||
#if __option(rvalue_refs)
|
#if __MWERKS__ > 0x3206 && __option(rvalue_refs)
|
||||||
# define BOOST_HAS_RVALUE_REFS
|
# define BOOST_HAS_RVALUE_REFS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user