From 2edb55f8ade03ba6a40dfee054235673e691c7bc Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 15 Mar 2011 17:29:59 +0000 Subject: [PATCH] Fix up Intel's configuration to match the new tests. [SVN r70002] --- include/boost/config/compiler/intel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index f209ae77..525bab56 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -209,7 +209,7 @@ template<> struct assert_intrinsic_wchar_t {}; #if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1200) # undef BOOST_NO_RVALUE_REFERENCES -# undef BOOST_NO_SCOPED_ENUMS +//# undef BOOST_NO_SCOPED_ENUMS // doesn't really work!! # undef BOOST_NO_DELETED_FUNCTIONS # undef BOOST_NO_DEFAULTED_FUNCTIONS # undef BOOST_NO_LAMBDAS