]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/expressions/message.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / log / expressions / message.hpp
index e68aa37949c30e3a0c607e4334806498021dec46..394ad793c6e65d31580de8dd3457da4e834fd3c7 100644 (file)
@@ -95,7 +95,7 @@ typedef attribute_keyword< tag::message > message_type;
 /*!
  * Generic message keyword.
  */
-const message_type message = {};
+BOOST_INLINE_VARIABLE const message_type message = {};
 
 #if defined(BOOST_LOG_USE_CHAR)
 /*!
@@ -105,7 +105,7 @@ typedef attribute_keyword< tag::smessage > smessage_type;
 /*!
  * Narrow message keyword.
  */
-const smessage_type smessage = {};
+BOOST_INLINE_VARIABLE const smessage_type smessage = {};
 #endif
 
 #if defined(BOOST_LOG_USE_WCHAR_T)
@@ -116,7 +116,7 @@ typedef attribute_keyword< tag::wmessage > wmessage_type;
 /*!
  * Wide message keyword.
  */
-const wmessage_type wmessage = {};
+BOOST_INLINE_VARIABLE const wmessage_type wmessage = {};
 #endif
 
 } // namespace expressions