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
|
#endif
|
||||||
|
|
||||||
#if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR )
|
#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
|
# undef HAVE_CONSTEXPR_INIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__clang__) && defined( BOOST_NO_CXX14_CONSTEXPR )
|
#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
|
# undef HAVE_CONSTEXPR_INIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user