From f1fba4c2275ba120d8ba8aed39b3633680bf222c Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Wed, 27 Jan 2021 19:58:37 +0000 Subject: [PATCH] Add missing bracket --- src/google/protobuf/repeated_field.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/repeated_field.h b/src/google/protobuf/repeated_field.h index b03113b73f..85f6aed59f 100644 --- a/src/google/protobuf/repeated_field.h +++ b/src/google/protobuf/repeated_field.h @@ -501,7 +501,7 @@ namespace internal { // effectively. template ::value && std::is_trivialElement>::value> + std::is_standard_layout::value && std::is_trivial::value> struct ElementCopier { void operator()(Element* to, const Element* from, int array_size); };