Only check rvalue_refs option in CodeWarrior releases after 9.5

[SVN r37193]
This commit is contained in:
Douglas Gregor
2007-03-15 19:51:39 +00:00
parent c204461f16
commit 4a7fd6f09f

View File

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