CodeWarrior optionally supports rvalue references

[SVN r36151]
This commit is contained in:
Douglas Gregor
2006-11-22 17:52:52 +00:00
parent 2001e370c0
commit 3e83b97f92

View File

@ -80,6 +80,13 @@
# define BOOST_COMPILER_VERSION __MWERKS__ # define BOOST_COMPILER_VERSION __MWERKS__
#endif #endif
//
// C++0x features
//
#if __option(rvalue_refs)
# define BOOST_CXX0X_RVALUE_REFERENCES
#endif
#define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) #define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
// //