Skip to content

Commit 110a80b

Browse files
Abseil Teamdinord
authored andcommitted
Export of internal Abseil changes
-- eb820bdf4121c00a60da406333799cda3222ee4d by Derek Mauro <[email protected]>: Internal change PiperOrigin-RevId: 363704749 GitOrigin-RevId: eb820bdf4121c00a60da406333799cda3222ee4d Change-Id: Ia3bca66b12a1abcf96940292ab4cd8d33d712fb5
1 parent 090646f commit 110a80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/container/internal/layout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ class LayoutImpl<std::tuple<Elements...>, absl::index_sequence<SizeSeq...>,
597597
constexpr size_t AllocSize() const {
598598
static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
599599
return Offset<NumTypes - 1>() +
600-
SizeOf<ElementType<NumTypes - 1>>::value * size_[NumTypes - 1];
600+
SizeOf<ElementType<NumTypes - 1>>::value * size_[NumTypes - 1];
601601
}
602602

603603
// If built with --config=asan, poisons padding bytes (if any) in the

0 commit comments

Comments
 (0)