mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
909b1ccfca
Relax the implementation of MatcherCast to allow conversion of `Matcher<T>` to `Matcher<const T&>`. They have the same match signature. PiperOrigin-RevId: 297115843