mirror of
https://github.com/google/googletest.git
synced 2025-03-15 21:30:59 +00:00
Avoid temporary matcher instances. They are unnecessary and can be relatively more expensive than the rest of the algorithm. PiperOrigin-RevId: 277084853