MSVC-14up3 doesn't support 2 phase name lookup after all.

Correct previous change.
This commit is contained in:
jzmaddock
2016-07-05 18:06:57 +01:00
parent 7c7c58417b
commit 65fa2a46f2

View File

@ -187,7 +187,6 @@
#if (_MSC_FULL_VER < 190024210)
# define BOOST_NO_CXX14_VARIABLE_TEMPLATES
# define BOOST_NO_SFINAE_EXPR
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
# define BOOST_NO_CXX11_CONSTEXPR
#endif
@ -208,6 +207,10 @@
// (Niels Dekker, LKEB, May 2010)
#define BOOST_NO_COMPLETE_VALUE_INITIALIZATION
//
// C++ 11:
//
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
//
// C++ 14:
#if !defined(__cpp_aggregate_nsdmi) || (__cpp_aggregate_nsdmi < 201304)
# define BOOST_NO_CXX14_AGGREGATE_NSDMI