mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-07-27 23:32:05 +08:00

Don't use fully qualified ::std types in code examples. Having a nested user-defined 'std' namespace anywhere in a program is a minefield and shouldn't be either explicitly supported or implicitly condoned. PiperOrigin-RevId: 285790182