Skip to content

Commit 6b8a63a

Browse files
Restore one missed line
1 parent 21f55cc commit 6b8a63a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/make/libcxx-simulators-common/compressed_pair.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ template <class _ToPad> class __compressed_pair_padding {
8181
is_reference<_ToPad>::value)
8282
? 0
8383
: sizeof(_ToPad) - __datasizeof_v<_ToPad>];
84+
};
8485
#else
8586
template <class _ToPad>
8687
inline const bool __is_reference_or_unpadded_object =

0 commit comments

Comments
 (0)