]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/interprocess/detail/managed_multi_shared_memory.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / interprocess / detail / managed_multi_shared_memory.hpp
index 68799b02e65808eddfef040f71a213cedd294d64..4ce2340867b3b1447df71451a679bcd4734754dd 100644 (file)
@@ -126,7 +126,7 @@ class basic_managed_multi_shared_memory
       group_services(frontend_t *const frontend)
          :  mp_frontend(frontend), m_group(0), m_min_segment_size(0){}
 
-      virtual std::pair<void *, size_type> create_new_segment(size_type alloc_size)
+      virtual std::pair<void *, size_type> create_new_segment(size_type alloc_size) BOOST_OVERRIDE
       {  (void)alloc_size;
          /*
          //We should allocate an extra byte so that the
@@ -144,10 +144,10 @@ class basic_managed_multi_shared_memory
          return result_type(static_cast<void *>(0), 0);
       }
 
-      virtual bool update_segments ()
+      virtual bool update_segments BOOST_OVERRIDE ()
       {  return true;   }
 
-      virtual ~group_services(){}
+      virtual ~group_services() BOOST_OVERRIDE{}
 
       void set_group(segment_group_id group)
          {  m_group = group;  }