entylop / protobuf

Automatically exported from code.google.com/p/protobuf
Other
0 stars 0 forks source link

typo in file cpp_file.cc, line 623 #504

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set Compiler Flag GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER while compiling 
generated C++ code.
2.
3.

What is the expected output? What do you see instead?
Compiler error at line 623, File cpp_file.cc

What version of the product are you using? On what operating system?
2.5.0, ported to VxWorks operating system / Diab-compiler

Please provide any additional information below.
duplicated namespace spezifier in line 623 ("::google::protobuf")

Original issue reported on code.google.com by j...@ib-weinhardt.de on 19 Apr 2013 at 12:30

GoogleCodeExporter commented 9 years ago
Sorry. Of course the compiler error occurs at the generated output, not at 
cpp_file.cc.

Original comment by j...@ib-weinhardt.de on 19 Apr 2013 at 7:23