Skip to content

Commit e43f970

Browse files
Update libcxx/include/__ranges/concat_view.h
Co-authored-by: A. Jiang <[email protected]>
1 parent de99485 commit e43f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__ranges/concat_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ class concat_view<_Views...>::__iterator {
612612
(__apply_drop_first<_Const, _Views...>::value)
613613
{
614614
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
615-
!__x.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
615+
!__x.__it_.valueless_by_exception(), "Trying to subtract a valuess iterators of concat_view from the default sentinel.");
616616
size_t __ix = __x.__it_.index();
617617
__variant_detail::__visitation::__variant::__visit_value(
618618
[&](auto& __it_x) {

0 commit comments

Comments
 (0)