mirror of
https://github.com/boostorg/optional.git
synced 2025-07-17 06:12:08 +02:00
Tags in_place_init and in_place_init_if become inline constexpr
This commit is contained in:
@ -50,7 +50,7 @@ namespace {
|
||||
|
||||
#else
|
||||
|
||||
BOOST_INLINE_VARIABLE BOOST_CONSTEXPR_OR_CONST none_t none ((none_t::init_tag()));
|
||||
BOOST_INLINE_CONSTEXPR none_t none ((none_t::init_tag()));
|
||||
|
||||
#endif // older definitions
|
||||
|
||||
|
Reference in New Issue
Block a user