mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
VC11 still doesn't support value initialization correctly.
[SVN r78468]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user