mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-13 01:51:28 +08:00

Use C++11 variadic templates for InvokeArgumentAdl in gmock-generated-actions.h. Make InvokeArgumentAdl use variadic templates to generate its overloads instead of using pump.py syntax. PiperOrigin-RevId: 286148805