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 3af8347 commit e7b26b7Copy full SHA for e7b26b7
googlemock/include/gmock/gmock-actions.h
@@ -835,6 +835,10 @@ class Action<R(Args...)> {
835
Result operator()(const InArgs&...) const {
836
return function_impl();
837
}
838
+ template <typename... InArgs>
839
+ Result operator()(const InArgs&...) {
840
+ return function_impl();
841
+ }
842
843
FunctionImpl function_impl;
844
};
0 commit comments