]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/expressions/keyword.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / log / expressions / keyword.hpp
index 47f0121539c939ac70969c52fdc7294a84399b0e..7a8223ec765737469cdb64b772e76952535822dc 100644 (file)
@@ -200,7 +200,7 @@ struct protoify< boost::reference_wrapper< const boost::log::expressions::attrib
 
 #define BOOST_LOG_ATTRIBUTE_KEYWORD_IMPL(keyword_, name_, value_type_, tag_ns_)\
     BOOST_LOG_ATTRIBUTE_KEYWORD_TYPE_IMPL(keyword_, name_, value_type_, tag_ns_)\
-    const BOOST_PP_CAT(keyword_, _type) keyword_ = {};
+    BOOST_INLINE_VARIABLE const BOOST_PP_CAT(keyword_, _type) keyword_ = {};
 
 #endif // BOOST_LOG_DOXYGEN_PASS