Skip to content

Commit 4c1eb2c

Browse files
committed
CPO test
1 parent 3d95751 commit 4c1eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static_assert(test(std::views::as_rvalue, a));
120120
// static_assert(test(std::views::cartesian_product, a, a, a));
121121
static_assert(test(std::views::chunk_by, a, [](int x, int y) { return x < y; }));
122122
// static_assert(test(std::views::chunk, a, 1));
123-
// static_assert(test(std::views::enumerate, a));
123+
static_assert(test(std::views::enumerate, a));
124124
static_assert(test(std::views::join_with, 1));
125125
// static_assert(test(std::views::stride, a, 1));
126126
static_assert(test(std::views::zip_transform, [](int x, int y) { return x + y; }, a, a));

0 commit comments

Comments
 (0)