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 18f829c commit a0a5aaeCopy full SHA for a0a5aae
libcxx/include/__ranges/concat_view.h
@@ -402,7 +402,7 @@ class concat_view<_Views...>::__iterator {
402
requires(equality_comparable<iterator_t<__maybe_const<_Const, _Views>>> && ...)
403
{
404
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
405
- !__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__x.__it_.valueless_by_exception(), "Trying to compare a valueless iterator of concat_view.");
406
407
!__y.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
408
return __x.__it_ == __y.__it_;
0 commit comments