mirror of
https://github.com/google/googletest.git
synced 2025-03-09 16:26:03 +00: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