Abseil Team fbef0711cf Googletest export
Change ACTION{,_Pn,_TEMPLATE} macros to build functors rather than ActionInterface<> subclasses, thus changing the Action<> wrappers they create to use the modernized (non-const) argument tuple type, allowing these macros to mutate their arguments.

Functor-based Action<>s deep-copy the implementing object, so have the functors use a shared_ptr to the non-trivial state of bound value parameters.  No longer specialize that shared state to the particular action signature, encoding that information instead only in the instantiation of the implementation function.

PiperOrigin-RevId: 341116208
2020-11-09 15:43:33 -05:00
..
2020-05-07 16:15:58 -04:00
2020-11-09 15:43:33 -05:00
2020-11-06 13:23:55 -05:00
2020-11-09 15:43:33 -05:00
2020-11-09 15:43:24 -05:00
2020-02-07 18:20:45 -05:00
2020-08-26 21:23:05 -04:00