mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
crimson/osd: correct the fmt::formatter<WatchTimeoutRequest>
it was introduced by c9569f8eb0
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
parent
be6ac0f9a4
commit
d8d93b0fe3
@ -311,5 +311,5 @@ void Notify::do_notify_timeout()
|
||||
} // namespace crimson::osd
|
||||
|
||||
#if FMT_VERSION >= 90000
|
||||
template <typename Params> struct fmt::formatter<crimson::osd::WatchTimeoutRequest> : fmt::ostream_formatter {};
|
||||
template <> struct fmt::formatter<crimson::osd::WatchTimeoutRequest> : fmt::ostream_formatter {};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user