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 fe2f8bb commit e28b094Copy full SHA for e28b094
include/boxed-cpp/boxed.hpp
@@ -217,7 +217,7 @@ struct fmt::formatter<boxed::detail::boxed<Type, Tag>>
217
{
218
constexpr auto parse(fmt::format_parse_context& ctx) { return ctx.begin(); }
219
220
- auto format(boxed::detail::boxed<Type, Tag> const& val, fmt::format_context& ctx)
+ auto format(boxed::detail::boxed<Type, Tag> const& val, fmt::format_context& ctx) const
221
222
return fmt::format_to(ctx.out(), "{}", val.value);
223
}
0 commit comments