]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/log/sources/channel_feature.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / log / sources / channel_feature.hpp
index 894c2697a5eb7193e7531600f6a0a691374198c5..7893ed80901e94082d447d9d7a242e22e63773fd 100644 (file)
@@ -108,7 +108,7 @@ public:
      */
     basic_channel_logger(basic_channel_logger const& that) :
         base_type(static_cast< base_type const& >(that)),
-        m_ChannelAttr(that.m_ChannelAttr)
+        m_ChannelAttr(that.m_ChannelAttr.get())
     {
         // Our attributes must refer to our channel attribute
         base_type::attributes()[boost::log::aux::default_attribute_names::channel()] = m_ChannelAttr;