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 29114a2 commit d1deb23Copy full SHA for d1deb23
libcxx/include/__ranges/concat_view.h
@@ -542,7 +542,7 @@ class concat_view<_Views...>::__iterator {
542
(... && indirectly_swappable<iterator_t<__maybe_const<_Const, _Views>>>)
543
{
544
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
545
- !__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__x.__it_.valueless_by_exception(), "Trying to swap iterators of concat_view where at least one iterator is valueless.");
546
547
!__y.__it_.valueless_by_exception(), "Trying to swap iterators of concat_view where at least one iterator is valueless.");
548
__variant_detail::__visitation::__variant::__visit_value(
0 commit comments