From fb518941cc77ae523025d13e87c0f7d0e9b1c824 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 3 Mar 2013 12:57:20 +0000 Subject: [PATCH] Apply patch from #8185. Fixes #8185. [SVN r83274] --- 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 89c0f050..83beab9a 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -219,7 +219,7 @@ // C++11 features supported by VC++ 11 (aka 2012) November 2012 CTP // Because the CTP is unsupported, unrelease, and only alpha quality, -// it is only supported if BOOST_ENABLE_MSVC_2012_NOV_CTP is defined. +// it is only supported if BOOST_MSVC_ENABLE_2012_NOV_CTP is defined. // #if _MSC_FULL_VER < 170051025 || !defined(BOOST_MSVC_ENABLE_2012_NOV_CTP) # define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS