]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MKVData.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / messages / MKVData.h
index f735f79d7eac8010a94cc9a09155b9d548a6d90f..d6182efd34e5b3ef510af8992fd274325fe00a1f 100644 (file)
@@ -15,7 +15,7 @@ public:
   bool incremental = false;
 
   // use transparent comparator so we can lookup in it by std::string_view keys
-  std::map<std::string,boost::optional<bufferlist>,std::less<>> data;
+  std::map<std::string,std::optional<bufferlist>,std::less<>> data;
 
   MKVData() : Message{MSG_KV_DATA, HEAD_VERSION, COMPAT_VERSION} { }