mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 20:37:15 +02:00
BOOST_STATIC_CONSTANT should use constexpr
This commit is contained in:
@ -391,7 +391,7 @@ namespace std {
|
|||||||
# ifdef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
# ifdef BOOST_NO_INCLASS_MEMBER_INITIALIZATION
|
||||||
# define BOOST_STATIC_CONSTANT(type, assignment) enum { assignment }
|
# define BOOST_STATIC_CONSTANT(type, assignment) enum { assignment }
|
||||||
# else
|
# else
|
||||||
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment
|
# define BOOST_STATIC_CONSTANT(type, assignment) BOOST_STATIC_CONSTEXPR type assignment
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
// BOOST_USE_FACET / HAS_FACET workaround ----------------------------------//
|
// BOOST_USE_FACET / HAS_FACET workaround ----------------------------------//
|
||||||
|
Reference in New Issue
Block a user