Skip to content

Commit 8c9d071

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

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
@@ -432,7 +432,7 @@ class concat_view<_Views...>::__iterator {
432432
requires __concat_is_random_access<_Const, _Views...>
433433
{
434434
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
435-
!__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
435+
!__it_.valueless_by_exception(), "Trying to increment a valueless iterator of concat_view.");
436436
size_t __active_index = __it_.index();
437437
if (__n > 0) {
438438
__variant_detail::__visitation::__variant::__visit_value(

0 commit comments

Comments
 (0)