Update msvc workarounds for 14.2

This commit is contained in:
Peter Dimov
2019-04-20 18:15:05 +03:00
parent 47fffaf11c
commit 4d0d81477c
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
# undef HAVE_CONSTEXPR_INIT
#endif
#if BOOST_WORKAROUND( BOOST_MSVC, < 1920 )
#if BOOST_WORKAROUND( BOOST_MSVC, < 1930 )
# undef HAVE_CONSTEXPR_INIT
#endif