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 4ef9656 commit 10d0e89Copy full SHA for 10d0e89
libcxx/include/__ranges/concat_view.h
@@ -544,7 +544,7 @@ class concat_view<_Views...>::__iterator {
544
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
545
!__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
546
547
- !__y.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__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(
549
[&](const auto& __it1, const auto& __it2) {
550
if constexpr (is_same_v<decltype(__it1), decltype(__it2)>) {
0 commit comments