Clang now supports the NRVO

[SVN r62004]
This commit is contained in:
Douglas Gregor
2010-05-15 18:47:13 +00:00
parent 1061e15f3e
commit b8b5426bc3

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