forked from boostorg/config
CodeWarrior optionally supports rvalue references
[SVN r36151]
This commit is contained in:
@ -80,6 +80,13 @@
|
||||
# define BOOST_COMPILER_VERSION __MWERKS__
|
||||
#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)
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user