]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/poly_collection/detail/segment_backend.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / poly_collection / detail / segment_backend.hpp
index eb87ac8154ef6124f7586d810286a37c1e3eb8ba..ef928b8a85f1c70c8a2b0d7e6ceb81861d63c925 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2016-2019 Joaquin M Lopez Munoz.
+/* Copyright 2016-2020 Joaquin M Lopez Munoz.
  * Distributed under the Boost Software License, Version 1.0.
  * (See accompanying file LICENSE_1_0.txt or copy at
  * http://www.boost.org/LICENSE_1_0.txt)
@@ -53,7 +53,7 @@ struct segment_backend
   virtual segment_backend_unique_ptr copy()const=0;
   virtual segment_backend_unique_ptr copy(const Allocator&)const=0;
   virtual segment_backend_unique_ptr empty_copy(const Allocator&)const=0;
-  virtual segment_backend_unique_ptr move(const Allocator&)const=0;
+  virtual segment_backend_unique_ptr move(const Allocator&)=0;
   virtual bool                       equal(const segment_backend&)const=0;
 
   virtual Allocator     get_allocator()const noexcept=0;