]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_token.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_token.h
index d95239bcf9f541c22be039e68845eefdce1bbcd8..9505f970c6037aa2f9eb4c7d9a83af591311c6fa 100644 (file)
@@ -152,13 +152,13 @@ namespace rgw {
       return to_base64(std::move(os.str()));
     }
 
-    friend inline ostream& operator<<(ostream& os, const RGWToken& token);
+    friend inline std::ostream& operator<<(std::ostream& os, const RGWToken& token);
 
     virtual ~RGWToken() {};
   };
   WRITE_CLASS_ENCODER(RGWToken)
 
-  inline ostream& operator<<(ostream& os, const RGWToken& token)
+  inline std::ostream& operator<<(std::ostream& os, const RGWToken& token)
   {
     os << "<<RGWToken"
        << " type=" << RGWToken::from_type(token.type)