mirror of
https://github.com/google/googletest.git
synced 2026-01-01 20:59:32 +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