|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78468 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2012-05-14 07:46:39
Author: johnmaddock
Date: 2012-05-14 07:46:38 EDT (Mon, 14 May 2012)
New Revision: 78468
URL: http://svn.boost.org/trac/boost/changeset/78468
Log:
VC11 still doesn't support value initialization correctly.
Text files modified:
trunk/boost/config/compiler/visualc.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/boost/config/compiler/visualc.hpp
==============================================================================
--- trunk/boost/config/compiler/visualc.hpp (original)
+++ trunk/boost/config/compiler/visualc.hpp 2012-05-14 07:46:38 EDT (Mon, 14 May 2012)
@@ -119,7 +119,6 @@
#endif
-#if (_MSC_VER < 1700)
// MSVC (including the latest checked version) has not yet completely
// implemented value-initialization, as is reported:
// "VC++ does not value-initialize members of derived classes without
@@ -134,7 +133,6 @@
// See also: http://www.boost.org/libs/utility/value_init.htm#compiler_issues
// (Niels Dekker, LKEB, May 2010)
# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
-#endif
#if _MSC_VER < 1600 || !defined(BOOST_STRICT_CONFIG) // 150X == VC++ 9.0
# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
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