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 82603c6 commit 42d1b58Copy full SHA for 42d1b58
libcxx/include/__ranges/concat_view.h
@@ -561,7 +561,7 @@ class concat_view<_Views...>::__iterator {
561
requires __concat_is_random_access<_Const, _Views...>
562
{
563
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
564
- !__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__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.");
567
size_t __ix = __x.__it_.index();
0 commit comments