Revert "BOOST_STATIC_CONSTANT should use constexpr"

This reverts commit 51f1178921.
This commit is contained in:
jzmaddock
2018-03-18 10:53:41 +00:00
parent 90238fe435
commit d9d5ece1c8

View File

@ -391,7 +391,7 @@ namespace std {
# ifdef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
# define BOOST_STATIC_CONSTANT(type, assignment) enum { assignment }
# else
# define BOOST_STATIC_CONSTANT(type, assignment) BOOST_STATIC_CONSTEXPR type assignment
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment
# endif
// BOOST_USE_FACET / HAS_FACET workaround ----------------------------------//