diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h index 5cb10c096..1be93588c 100644 --- a/googlemock/include/gmock/gmock-spec-builders.h +++ b/googlemock/include/gmock/gmock-spec-builders.h @@ -1957,6 +1957,11 @@ struct SignatureOf { using type = R(Args...); }; +template +struct SignatureOf { + using type = R(Args...); +}; + template