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 93e0aa3 commit 4ef9656Copy full SHA for 4ef9656
libcxx/include/__ranges/concat_view.h
@@ -507,7 +507,7 @@ class concat_view<_Views...>::__iterator {
507
(three_way_comparable<__maybe_const<_Const, _Views>> && ...))
508
{
509
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
510
- !__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.");
511
512
!__y.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
513
return __x.__it_ <=> __y.__it_;
0 commit comments