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 c77f47d commit 67023dbCopy full SHA for 67023db
libcxx/include/__ranges/concat_view.h
@@ -357,7 +357,7 @@ class concat_view<_Views...>::__iterator {
357
358
_LIBCPP_HIDE_FROM_ABI constexpr __iterator& operator++() {
359
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
360
- !__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.");
361
size_t __active_index = __it_.index();
362
__apply_at_index<variant_size_v<decltype(__it_)>>(__active_index, [&](auto __index_constant) {
363
constexpr size_t __i = __index_constant.value;
0 commit comments