Revert "Disable constexpr on msvc-14.1"

This reverts commit 3bdea5dfa3.
This commit is contained in:
Peter Dimov
2018-09-18 22:30:56 +03:00
parent 9afd678532
commit 46d383b3bd

View File

@ -58,12 +58,6 @@
# undef BOOST_SYSTEM_HAS_CONSTEXPR
#endif
#if defined(BOOST_MSVC) && BOOST_MSVC < 1920
// msvc-14.1 does not implement correct static initialization for
// classes with constexpr constructors
# undef BOOST_SYSTEM_HAS_CONSTEXPR
#endif
#if defined(BOOST_SYSTEM_HAS_CONSTEXPR)
# define BOOST_SYSTEM_CONSTEXPR constexpr
#else