]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_acl_swift.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_acl_swift.cc
index a93ae2e4b461aafc38ac38798126dfd1993b19d9..36f00c9173eeab017eb4e20cfa9dc6e2e316113b 100644 (file)
@@ -75,7 +75,7 @@ static boost::optional<ACLGrant> referrer_to_grant(std::string url_spec,
 {
   /* This function takes url_spec as non-ref std::string because of the trim
    * operation that is essential to preserve compliance with Swift. It can't
-   * be easily accomplished with boost::string_ref. */
+   * be easily accomplished with std::string_view. */
   try {
     bool is_negative;
     ACLGrant grant;