Skip to content

Commit e4cf730

Browse files
committed
ci
1 parent 7d3abdf commit e4cf730

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libcxx/test/libcxx/ranges/range.adaptors/range.zip.transform/no_unique_address.compile.pass.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,4 @@ struct Test {
2929
char c;
3030
};
3131

32-
// [[no_unique_address]] applied to movable-box
33-
struct PredWithPadding : Pred {
34-
alignas(128) char c;
35-
};
36-
37-
static_assert(sizeof(Test<std::ranges::zip_transform_view<PredWithPadding, View>>) ==
38-
sizeof(std::ranges::zip_transform_view<PredWithPadding, View>));
32+
static_assert(sizeof(std::ranges::zip_transform_view<Pred, View>) == 1);

0 commit comments

Comments
 (0)