Merge pull request #3062 from Oppen/master

Workaround gcc < 4.5.0 bug
This commit is contained in:
Feng Xiao 2017-05-08 11:19:02 -07:00 committed by GitHub
commit 455b61c6b0

View File

@ -167,7 +167,8 @@ class InternalMetadataWithArenaLite
InternalMetadataWithArenaLite() {}
explicit InternalMetadataWithArenaLite(Arena* arena)
: InternalMetadataWithArenaBase(arena) {}
: InternalMetadataWithArenaBase<string,
InternalMetadataWithArenaLite>(arena) {}
void DoSwap(string* other) {
mutable_unknown_fields()->swap(*other);