mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-12 17:41:29 +08:00

Use C++11 variadic templates for ActionHelper in gmock-generated-actions.h. Make ActionHelper use variadic templates to generate Perform static member function specializations instead of using pump.py syntax. PiperOrigin-RevId: 284988441