We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
string
1 parent 8275756 commit f415285Copy full SHA for f415285
src/google/protobuf/compiler/objectivec/objectivec_helpers.cc
@@ -1745,7 +1745,7 @@ bool ImportWriter::ProtoFrameworkCollector::ConsumeLine(
1745
TrimWhitespace(&proto_file);
1746
if (!proto_file.empty()) {
1747
std::map<std::string, std::string>::iterator existing_entry =
1748
- map_->find(string(proto_file));
+ map_->find(std::string(proto_file));
1749
if (existing_entry != map_->end()) {
1750
std::cerr << "warning: duplicate proto file reference, replacing "
1751
"framework entry for '"
0 commit comments