]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_log_backing.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_log_backing.h
index 599ea4bd1030b4d34e38ee75aa5df6fc86169378..3fa67d7418bb796d01b2d15a2d1e60a66ec42ec6 100644 (file)
@@ -242,7 +242,7 @@ inline std::string gencursor(uint64_t gen_id, std::string_view cursor) {
 inline std::pair<uint64_t, std::string_view>
 cursorgen(std::string_view cursor_) {
   if (cursor_.empty()) {
-    return { 0, ""sv };
+    return { 0, "" };
   }
   std::string_view cursor = cursor_;
   if (cursor[0] != 'G') {