update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View 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