From 7634ba7ec2bf792532e167eac1ce9f682f4ec61c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 15 May 2010 18:48:28 +0000 Subject: [PATCH] Merge Clang NRVO config setting from trunk [SVN r62005] --- include/boost/config/compiler/clang.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/clang.hpp b/include/boost/config/compiler/clang.hpp index cdbba676..2375d6eb 100644 --- a/include/boost/config/compiler/clang.hpp +++ b/include/boost/config/compiler/clang.hpp @@ -28,7 +28,7 @@ # define BOOST_HAS_MS_INT64 #endif -// NOTE: Clang does not yet support NRVO. +#define BOOST_HAS_NRVO // NOTE: Clang's C++0x support is not worth detecting. However, it // supports both extern templates and "long long" even in C++98/03