mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-12 05:01:32 +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