mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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
|
||||
//
|
||||
#if __option(rvalue_refs)
|
||||
#if __MWERKS__ > 0x3206 && __option(rvalue_refs)
|
||||
# define BOOST_HAS_RVALUE_REFS
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user