]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/kv_map.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / util / kv_map.h
index 0f713ccea17aa91188c4a1b5017dc6d7ff6b6e4a..62be6d18e369ee954dccaa62d7a3e038bb027c62 100644 (file)
@@ -28,6 +28,6 @@ struct LessOfComparator {
   const Comparator* cmp;
 };
 
-typedef std::map<std::string, std::string, LessOfComparator> KVMap;
-}
+using KVMap = std::map<std::string, std::string, LessOfComparator>;
+}  // namespace stl_wrappers
 }  // namespace ROCKSDB_NAMESPACE