Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa committed Jan 9, 2025
1 parent 22ebaf3 commit ab0974d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -2167,9 +2167,8 @@ ___PRO_DEBUG( \
namespace std {

template <class F, class CharT>
requires(pro::details::facade_traits<F>::template is_invocable<
false, pro::details::format_dispatch,
pro::details::format_overload_t<CharT>>)
requires(pro::details::facade_traits<F>::template is_invocable<false,
pro::details::format_dispatch, pro::details::format_overload_t<CharT>>)
struct formatter<pro::proxy_indirect_accessor<F>, CharT> {
constexpr auto parse(basic_format_parse_context<CharT>& pc) {
for (auto it = pc.begin(); it != pc.end(); ++it) {
Expand Down

0 comments on commit ab0974d

Please sign in to comment.