]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/expressions/formatters/csv_decorator.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / log / expressions / formatters / csv_decorator.hpp
index a4c1c283991300a965c790e618ab2ff5963edaab..e25a89dc394720c1b7b99f5d69791bc5eeb39c5a 100644 (file)
@@ -114,10 +114,10 @@ struct csv_decorator_gen
  * For wide-character formatting there is the similar \c wcsv_decor decorator generator object.
  */
 #ifdef BOOST_LOG_USE_CHAR
-const aux::csv_decorator_gen< char > csv_decor = {};
+BOOST_INLINE_VARIABLE const aux::csv_decorator_gen< char > csv_decor = {};
 #endif
 #ifdef BOOST_LOG_USE_WCHAR_T
-const aux::csv_decorator_gen< wchar_t > wcsv_decor = {};
+BOOST_INLINE_VARIABLE const aux::csv_decorator_gen< wchar_t > wcsv_decor = {};
 #endif
 
 /*!