Remove comment; C++11 does not guarantee this static init

This commit is contained in:
Peter Dimov
2017-06-18 05:00:42 +03:00
parent 4341446e04
commit 79e6fcdd61
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#endif
#if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR )
// Clang 4+ in C++11 mode works too, but how to detect it?
# undef HAVE_CONSTEXPR_INIT
#endif

View File

@ -22,7 +22,6 @@
#endif
#if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR )
// Clang 4+ in C++11 mode works too, but how to detect it?
# undef HAVE_CONSTEXPR_INIT
#endif