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 8630f6c commit da4bbafCopy full SHA for da4bbaf
libcxx/include/__ranges/concat_view.h
@@ -53,6 +53,7 @@
53
#include <__utility/move.h>
54
#include <tuple>
55
#include <variant>
56
+#include <iostream>
57
58
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
59
# pragma GCC system_header
@@ -346,7 +347,7 @@ class concat_view<_Views...>::__iterator {
346
347
}...};
348
return __vtable[__idx](__src);
349
}(__i.__it_.index(), make_index_sequence<variant_size_v<__base_iter>>{})),
- __parent_(__i.parent_) {}
350
+ __parent_(__i.__parent_) {}
351
352
_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const {
353
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(
0 commit comments