mirror of
https://github.com/google/googletest.git
synced 2026-01-02 05:08:45 +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