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 67023db commit 18f829cCopy full SHA for 18f829c
libcxx/include/__ranges/concat_view.h
@@ -381,7 +381,7 @@ class concat_view<_Views...>::__iterator {
381
requires __concat_is_bidirectional<_Const, _Views...>
382
{
383
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
384
- !__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__it_.valueless_by_exception(), "Trying to decrement a valueless iterator of concat_view.");
385
size_t __active_index = __it_.index();
386
__apply_at_index<variant_size_v<decltype(__it_)>>(__active_index, [&](auto __index_constant) {
387
constexpr size_t __i = __index_constant.value;
0 commit comments