Merge remote-tracking branch 'origin/master' into merge

pull/3419/head
Jisi Liu 7 years ago
commit f39d4de94f
  1. 4
      src/google/protobuf/compiler/code_generator.h
  2. 1
      src/google/protobuf/compiler/command_line_interface_unittest.cc

@ -165,8 +165,8 @@ typedef GeneratorContext OutputDirectory;
// "foo=bar,baz,qux=corge"
// parses to the pairs:
// ("foo", "bar"), ("baz", ""), ("qux", "corge")
LIBPROTOC_EXPORT void ParseGeneratorParameter(const string&,
std::vector<std::pair<string, string> >*);
LIBPROTOC_EXPORT void ParseGeneratorParameter(
const string&, std::vector<std::pair<string, string> >*);
} // namespace compiler
} // namespace protobuf

@ -63,6 +63,7 @@
#include <gtest/gtest.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/io_win32.h>
namespace google {
namespace protobuf {

Loading…
Cancel
Save