forked from boostorg/config
VC11 still doesn't support value initialization correctly.
[SVN r78468]
This commit is contained in:
@ -119,7 +119,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if (_MSC_VER < 1700)
|
|
||||||
// MSVC (including the latest checked version) has not yet completely
|
// MSVC (including the latest checked version) has not yet completely
|
||||||
// implemented value-initialization, as is reported:
|
// implemented value-initialization, as is reported:
|
||||||
// "VC++ does not value-initialize members of derived classes without
|
// "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
|
// See also: http://www.boost.org/libs/utility/value_init.htm#compiler_issues
|
||||||
// (Niels Dekker, LKEB, May 2010)
|
// (Niels Dekker, LKEB, May 2010)
|
||||||
# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
# define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
|
||||||
#endif
|
|
||||||
|
|
||||||
#if _MSC_VER < 1600 || !defined(BOOST_STRICT_CONFIG) // 150X == VC++ 9.0
|
#if _MSC_VER < 1600 || !defined(BOOST_STRICT_CONFIG) // 150X == VC++ 9.0
|
||||||
# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
|
# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
|
||||||
|
Reference in New Issue
Block a user