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 8c9d071 commit de99485Copy full SHA for de99485
libcxx/include/__ranges/concat_view.h
@@ -563,7 +563,7 @@ class concat_view<_Views...>::__iterator {
563
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
564
!__x.__it_.valueless_by_exception(), "Trying to subtract two iterators of concat_view where at least one iterator is valueless.");
565
566
- !__y.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__y.__it_.valueless_by_exception(), "Trying to subtract two iterators of concat_view where at least one iterator is valueless.");
567
size_t __ix = __x.__it_.index();
568
size_t __iy = __y.__it_.index();
569
0 commit comments