VC++ below 14.0 does not support the full C++11 unrestricted unions spec.

This commit is contained in:
Edward Diener
2019-12-14 18:06:07 -05:00
parent bccc2df797
commit e12c350455

View File

@ -185,6 +185,7 @@
# define BOOST_NO_CXX14_GENERIC_LAMBDAS
# define BOOST_NO_CXX14_DIGIT_SEPARATORS
# define BOOST_NO_CXX11_THREAD_LOCAL
# define BOOST_NO_CXX11_UNRESTRICTED_UNION
#endif
// C++11 features supported by VC++ 14 update 3 (aka 2015)
//