mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +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
|
||||
# define BOOST_STATIC_CONSTANT(type, assignment) enum { assignment }
|
||||
# else
|
||||
# define BOOST_STATIC_CONSTANT(type, assignment) static const type assignment
|
||||
# define BOOST_STATIC_CONSTANT(type, assignment) BOOST_STATIC_CONSTEXPR type assignment
|
||||
# endif
|
||||
|
||||
// BOOST_USE_FACET / HAS_FACET workaround ----------------------------------//
|
||||
|
Reference in New Issue
Block a user