Merge Clang NRVO config setting from trunk

[SVN r62005]
This commit is contained in:
Douglas Gregor
2010-05-15 18:48:28 +00:00
parent 4542714613
commit 7634ba7ec2

View File

@ -28,7 +28,7 @@
# define BOOST_HAS_MS_INT64 # define BOOST_HAS_MS_INT64
#endif #endif
// NOTE: Clang does not yet support NRVO. #define BOOST_HAS_NRVO
// NOTE: Clang's C++0x support is not worth detecting. However, it // NOTE: Clang's C++0x support is not worth detecting. However, it
// supports both extern templates and "long long" even in C++98/03 // supports both extern templates and "long long" even in C++98/03