mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
rgw: Make ARNs libfmt-able
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
parent
e885b11c1c
commit
05d82dab5f
@ -5,6 +5,8 @@
|
||||
#include <string>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#include <fmt/ostream.h>
|
||||
|
||||
class rgw_obj;
|
||||
class rgw_bucket;
|
||||
|
||||
@ -119,3 +121,4 @@ struct hash<::rgw::Service> {
|
||||
};
|
||||
} // namespace std
|
||||
|
||||
template <> struct fmt::formatter<rgw::ARN> : ostream_formatter {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user