forked from boostorg/smart_ptr
Remove comment; C++11 does not guarantee this static init
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user