Abseil Team c13c27a513 Googletest export
Change Matcher<T> to allow binding an implementation by value directly:
 - Drop the requirement of MatcherInterface. Doing manual type erasure avoid
   extra layers in many cases.
 - Avoid the adaptor for `MatcherInterface<T>` and `MatcherInterface<const T&>` mismatch.
 - Use a small object optimization when possible. This makes things like
   `_` and `Eq(1)` really cheap and do not require memory allocations.
 - Migrate some matchers to the new model to speed them up and to test the new framework. More matchers to come in future changes.

PiperOrigin-RevId: 350580998
2021-01-13 20:59:20 -05:00
..
2020-12-07 18:04:12 -05:00
2020-11-09 15:43:33 -05:00
2020-11-06 13:23:55 -05:00
2020-11-12 13:32:33 -05:00
2021-01-13 20:59:20 -05:00
2020-02-07 18:20:45 -05:00
2020-12-22 12:15:41 -05:00
2020-12-22 12:15:41 -05:00
2020-08-26 21:23:05 -04:00