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 de99485 commit e43f970Copy full SHA for e43f970
libcxx/include/__ranges/concat_view.h
@@ -612,7 +612,7 @@ class concat_view<_Views...>::__iterator {
612
(__apply_drop_first<_Const, _Views...>::value)
613
{
614
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
615
- !__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__x.__it_.valueless_by_exception(), "Trying to subtract a valuess iterators of concat_view from the default sentinel.");
616
size_t __ix = __x.__it_.index();
617
__variant_detail::__visitation::__variant::__visit_value(
618
[&](auto& __it_x) {
0 commit comments