From 1e12433f93c35338f8f8e959134455d1244bf80b Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Mon, 24 Sep 2012 13:42:27 +0000 Subject: [PATCH] Revert [80453]. N3276 decltype support on VC++11 is not complete. [SVN r80690] --- include/boost/config/compiler/visualc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index c9a3274a..aa4584df 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -217,7 +217,6 @@ // C++ features supported by VC++ 11 (aka 2012) // #if _MSC_VER < 1700 -# define BOOST_NO_CXX11_DECLTYPE_N3276 # define BOOST_NO_CXX11_RANGE_BASED_FOR # define BOOST_NO_CXX11_SCOPED_ENUMS #endif // _MSC_VER < 1700 @@ -226,6 +225,7 @@ #define BOOST_NO_CXX11_CHAR16_T #define BOOST_NO_CXX11_CHAR32_T #define BOOST_NO_CXX11_CONSTEXPR +#define BOOST_NO_CXX11_DECLTYPE_N3276 #define BOOST_NO_CXX11_DEFAULTED_FUNCTIONS #define BOOST_NO_CXX11_DELETED_FUNCTIONS #define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS