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 2a20f2b commit 29114a2Copy full SHA for 29114a2
libcxx/include/__ranges/concat_view.h
@@ -523,7 +523,7 @@ class concat_view<_Views...>::__iterator {
523
524
{
525
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
526
- !__it.__it_.valueless_by_exception(), "Trying to convert from a valueless iterator of concat_view.");
+ !__it.__it_.valueless_by_exception(), "Trying to apply iter_move to a valueless iterator of concat_view.");
527
return __variant_detail::__visitation::__variant::__visit_value(
528
[](const auto& __i) -> __concat_rvalue_reference_t<__maybe_const<_Const, _Views>...> {
529
return ranges::iter_move(__i);
0 commit comments