Skip to content

Commit bbc715c

Browse files
huixie90ldionne
andauthored
Update libcxx/test/std/ranges/range.adaptors/range.zip.transform/iterator/ctor.other.pass.cpp
Co-authored-by: Louis Dionne <[email protected]>
1 parent 6bf04ca commit bbc715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.zip.transform/iterator/ctor.other.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ constexpr bool test() {
4141
}
4242

4343
{
44-
// underlying non-const to const not convertible
44+
// Check when we can't perform a non-const-to-const conversion of the ziperator
4545
std::ranges::zip_transform_view v(MakeTuple{}, ConstIterIncompatibleView{buffer});
4646
auto iter1 = v.begin();
4747
auto iter2 = std::as_const(v).begin();

0 commit comments

Comments
 (0)