Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60314 - in branches/release: . boost/utility boost/utility/detail libs/utility tools/boostbook tools/quickbook
From: daniel_james_at_[hidden]
Date: 2010-03-07 11:22:34


Author: danieljames
Date: 2010-03-07 11:22:34 EST (Sun, 07 Mar 2010)
New Revision: 60314
URL: http://svn.boost.org/trac/boost/changeset/60314

Log:
Revert [60052] as it isn't as uncontroversial as I thought.

Properties modified:
   branches/release/ (props changed)
   branches/release/boost/utility/ (props changed)
   branches/release/boost/utility/value_init.hpp (props changed)
   branches/release/libs/utility/ (props changed)
   branches/release/libs/utility/swap.html (props changed)
   branches/release/libs/utility/value_init.htm (props changed)
   branches/release/libs/utility/value_init_test.cpp (props changed)
   branches/release/tools/boostbook/ (props changed)
   branches/release/tools/quickbook/ (props changed)
Text files modified:
   branches/release/boost/utility/detail/result_of_iterate.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/utility/detail/result_of_iterate.hpp
==============================================================================
--- branches/release/boost/utility/detail/result_of_iterate.hpp (original)
+++ branches/release/boost/utility/detail/result_of_iterate.hpp 2010-03-07 11:22:34 EST (Sun, 07 Mar 2010)
@@ -10,7 +10,7 @@
 # error Boost result_of - do not include this file!
 #endif
 
-#if !defined(BOOST_NO_DECLTYPE)
+#if defined(BOOST_HAS_DECLTYPE)
 
 // As of N2588, C++0x result_of only supports function call
 // expressions of the form f(x). This precludes support for member


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