From e4b5434e27e7e77c2381f26e65969c790e2ded4d Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 10 Sep 2015 20:01:11 -0700 Subject: [PATCH] Remove mentions of deprecated macros in documentation --- include/boost/lambda/detail/lambda_functors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda/detail/lambda_functors.hpp b/include/boost/lambda/detail/lambda_functors.hpp index 9ce29ad..febb6fc 100644 --- a/include/boost/lambda/detail/lambda_functors.hpp +++ b/include/boost/lambda/detail/lambda_functors.hpp @@ -300,7 +300,7 @@ public: namespace boost { -#if !defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_NO_DECLTYPE) +#if !defined(BOOST_RESULT_OF_USE_DECLTYPE) || defined(BOOST_NO_CXX11_DECLTYPE) template struct result_of()>