We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7e3c4 commit 6021129Copy full SHA for 6021129
src/common/hobject.h
@@ -398,10 +398,10 @@ struct formatter<hobject_t> {
398
return ctx.out();
399
}
400
401
- constexpr auto parse(format_parse_context& ctx) { return ctx.begin(); }
+ constexpr auto parse(format_parse_context& ctx) const { return ctx.begin(); }
402
403
template <typename FormatContext>
404
- auto format(const hobject_t& ho, FormatContext& ctx)
+ auto format(const hobject_t& ho, FormatContext& ctx) const
405
{
406
if (ho == hobject_t{}) {
407
return fmt::format_to(ctx.out(), "MIN");
0 commit comments