mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Use BOOST_INLINE_CONSTEXPR in empty_value
This commit is contained in:
@ -139,8 +139,7 @@ public:
|
||||
|
||||
using empty_::empty_value;
|
||||
|
||||
BOOST_INLINE_VARIABLE
|
||||
BOOST_CONSTEXPR_OR_CONST empty_init_t empty_init = empty_init_t();
|
||||
BOOST_INLINE_CONSTEXPR empty_init_t empty_init = empty_init_t();
|
||||
|
||||
} /* boost */
|
||||
|
||||
|
Reference in New Issue
Block a user