mirror of
https://github.com/google/googletest.git
synced 2025-01-07 20:41:38 +08:00
d8eeb9760a
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