From 110a80b0f01e6c013529661b433dc3f9ffe1df66 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 18 Mar 2021 11:32:36 -0700 Subject: Export of internal Abseil changes -- eb820bdf4121c00a60da406333799cda3222ee4d by Derek Mauro : Internal change PiperOrigin-RevId: 363704749 GitOrigin-RevId: eb820bdf4121c00a60da406333799cda3222ee4d Change-Id: Ia3bca66b12a1abcf96940292ab4cd8d33d712fb5 --- absl/container/internal/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/container/internal/layout.h b/absl/container/internal/layout.h index 4dfd862a..a59a2430 100644 --- a/absl/container/internal/layout.h +++ b/absl/container/internal/layout.h @@ -597,7 +597,7 @@ class LayoutImpl, absl::index_sequence, constexpr size_t AllocSize() const { static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); return Offset() + - SizeOf>::value * size_[NumTypes - 1]; + SizeOf>::value * size_[NumTypes - 1]; } // If built with --config=asan, poisons padding bytes (if any) in the -- cgit v1.2.3