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 42d1b58 commit 8c9d071Copy full SHA for 8c9d071
libcxx/include/__ranges/concat_view.h
@@ -432,7 +432,7 @@ class concat_view<_Views...>::__iterator {
432
requires __concat_is_random_access<_Const, _Views...>
433
{
434
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
435
- !__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__it_.valueless_by_exception(), "Trying to increment a valueless iterator of concat_view.");
436
size_t __active_index = __it_.index();
437
if (__n > 0) {
438
__variant_detail::__visitation::__variant::__visit_value(
0 commit comments