Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62005 - branches/release/boost/config/compiler
From: dgregor_at_[hidden]
Date: 2010-05-15 14:48:29


Author: dgregor
Date: 2010-05-15 14:48:28 EDT (Sat, 15 May 2010)
New Revision: 62005
URL: http://svn.boost.org/trac/boost/changeset/62005

Log:
Merge Clang NRVO config setting from trunk
Properties modified:
   branches/release/boost/config/compiler/ (props changed)
Text files modified:
   branches/release/boost/config/compiler/clang.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/config/compiler/clang.hpp
==============================================================================
--- branches/release/boost/config/compiler/clang.hpp (original)
+++ branches/release/boost/config/compiler/clang.hpp 2010-05-15 14:48:28 EDT (Sat, 15 May 2010)
@@ -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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk