mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-07-30 04:22:01 +08:00

Relax the implementation of MatcherCast to allow conversion of `Matcher<T>` to `Matcher<const T&>`. They have the same match signature. PiperOrigin-RevId: 297115843