Skip to content

Commit da4bbaf

Browse files
typo fix
1 parent 8630f6c commit da4bbaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/__ranges/concat_view.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <__utility/move.h>
5454
#include <tuple>
5555
#include <variant>
56+
#include <iostream>
5657

5758
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
5859
# pragma GCC system_header
@@ -346,7 +347,7 @@ class concat_view<_Views...>::__iterator {
346347
}...};
347348
return __vtable[__idx](__src);
348349
}(__i.__it_.index(), make_index_sequence<variant_size_v<__base_iter>>{})),
349-
__parent_(__i.parent_) {}
350+
__parent_(__i.__parent_) {}
350351

351352
_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const {
352353
_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(

0 commit comments

Comments
 (0)