Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaikov committed Dec 10, 2023
1 parent 5ba1a67 commit c3f9e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/format-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,8 @@ FMT_BEGIN_NAMESPACE
template <>
struct formatter<adl_test::fmt::detail::foo> : formatter<std::string> {
auto format(adl_test::fmt::detail::foo, format_context& ctx)
-> decltype(ctx.out()) {

-> decltype(ctx.out()) {
return formatter<std::string>::format("foo", ctx);
}
};
Expand Down

0 comments on commit c3f9e16

Please sign in to comment.