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