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