14 lines
353 B
Text
14 lines
353 B
Text
https://github.com/protobuf-c/protobuf-c/pull/673
|
|
|
|
Index: protoc-c/c_string_field.h
|
|
--- protoc-c/c_string_field.h.orig
|
|
+++ protoc-c/c_string_field.h
|
|
@@ -87,8 +87,6 @@ class StringFieldGenerator : public FieldGenerator {
|
|
|
|
private:
|
|
std::map<std::string, std::string> variables_;
|
|
-
|
|
- GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StringFieldGenerator);
|
|
};
|
|
|
|
|