Apply patch from #8185.

Fixes #8185.

[SVN r83274]
This commit is contained in:
John Maddock
2013-03-03 12:57:20 +00:00
parent afa86fb99d
commit fb518941cc

View File

@@ -219,7 +219,7 @@
// C++11 features supported by VC++ 11 (aka 2012) November 2012 CTP // C++11 features supported by VC++ 11 (aka 2012) November 2012 CTP
// Because the CTP is unsupported, unrelease, and only alpha quality, // 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) #if _MSC_FULL_VER < 170051025 || !defined(BOOST_MSVC_ENABLE_2012_NOV_CTP)
# define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS # define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS