We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf04ca commit bbc715cCopy full SHA for bbc715c
libcxx/test/std/ranges/range.adaptors/range.zip.transform/iterator/ctor.other.pass.cpp
@@ -41,7 +41,7 @@ constexpr bool test() {
41
}
42
43
{
44
- // underlying non-const to const not convertible
+ // Check when we can't perform a non-const-to-const conversion of the ziperator
45
std::ranges::zip_transform_view v(MakeTuple{}, ConstIterIncompatibleView{buffer});
46
auto iter1 = v.begin();
47
auto iter2 = std::as_const(v).begin();
0 commit comments