Homec4science

Use std::string and ::string explicitly in gtest and gmock code.

Authored by Nico Weber <thakis@chromium.org> on May 15 2017, 23:07.

Description

Use std::string and ::string explicitly in gtest and gmock code.

This merges a Google-internal change (117235625).

Original CL description:
This CL was created manually in about an hour with sed, a Python script
to find all the places unqualified 'string' was mentioned, and some help
from Emacs to add the "std::" qualifications, plus a few manual tweaks.

Details

Committed
Nico Weber <thakis@chromium.org>May 15 2017, 23:53
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:294f72bc773c: Merge pull request #725 from donhuff/xcode-headers
Branches
Unknown
Tags
Unknown

Event Timeline

Nico Weber <thakis@chromium.org> committed R9484:09fd5b3ebfaa: Use std::string and ::string explicitly in gtest and gmock code. (authored by Nico Weber <thakis@chromium.org>).May 15 2017, 23:53