|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83274 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2013-03-03 07:57:20
Author: johnmaddock
Date: 2013-03-03 07:57:20 EST (Sun, 03 Mar 2013)
New Revision: 83274
URL: http://svn.boost.org/trac/boost/changeset/83274
Log:
Apply patch from #8185.
Fixes #8185.
Text files modified:
trunk/boost/config/compiler/visualc.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp (original)
+++ trunk/boost/config/compiler/visualc.hpp 2013-03-03 07:57:20 EST (Sun, 03 Mar 2013)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk