From e2c98762dbbe40adc60984edc2dbb4a6c11e1963 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 7 Mar 2010 16:22:34 +0000 Subject: [PATCH] Revert [60052] as it isn't as uncontroversial as I thought. [SVN r60314] --- include/boost/utility/detail/result_of_iterate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/utility/detail/result_of_iterate.hpp b/include/boost/utility/detail/result_of_iterate.hpp index 7b09435..8de00b4 100644 --- a/include/boost/utility/detail/result_of_iterate.hpp +++ b/include/boost/utility/detail/result_of_iterate.hpp @@ -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