Skip to content

Commit

Permalink
Resolve build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa committed Nov 23, 2023
1 parent 9aa687c commit ff256b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ template <class R, class... Args>
struct overload_traits<R(Args...)> : applicable_traits {
using dispatcher_type = R (*)(const char*, Args...);
template <class T>
struct resolver { T operator()(Args&&...); };
struct resolver { T operator()(Args...); };

template <class D, class T>
static constexpr bool applicable_operand = requires(T operand, Args... args)
Expand Down

0 comments on commit ff256b4

Please sign in to comment.