diff --git a/include/boost/core/empty_value.hpp b/include/boost/core/empty_value.hpp index 7139b3e..d708379 100644 --- a/include/boost/core/empty_value.hpp +++ b/include/boost/core/empty_value.hpp @@ -40,6 +40,9 @@ struct use_empty_value_base { struct empty_init_t { }; +BOOST_INLINE_VARIABLE BOOST_CONSTEXPR_OR_CONST +empty_init_t empty_init = empty_init_t(); + namespace empty_ { template