diff --git a/proxy.h b/proxy.h index 1718fa0..5631e27 100644 --- a/proxy.h +++ b/proxy.h @@ -117,7 +117,7 @@ template struct overload_traits : applicable_traits { using dispatcher_type = R (*)(const char*, Args...); template - struct resolver { T operator()(Args&&...); }; + struct resolver { T operator()(Args...); }; template static constexpr bool applicable_operand = requires(T operand, Args... args)