File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef _LIBCPP___PRODUCT_ITERATOR_H
10
- #define _LIBCPP___PRODUCT_ITERATOR_H
9
+ #ifndef _LIBCPP___ITERATOR_PRODUCT_ITERATOR_H
10
+ #define _LIBCPP___ITERATOR_PRODUCT_ITERATOR_H
11
11
12
12
// Product iterators are iterators that contain two or more underlying iterators.
13
13
//
@@ -66,4 +66,4 @@ using __product_iterator_element_t _LIBCPP_NODEBUG =
66
66
67
67
_LIBCPP_END_NAMESPACE_STD
68
68
69
- #endif // _LIBCPP___PRODUCT_ITERATOR_H
69
+ #endif // _LIBCPP___ITERATOR_PRODUCT_ITERATOR_H
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ class zip_view<_Views...>::__iterator : public __zip_view_iterator_category_base
252
252
253
253
friend class zip_view <_Views...>;
254
254
255
- using __is_zip_view_iterator _LIBCPP_NODEBUG = true_type ;
255
+ static constexpr bool __is_zip_view_iterator = true ;
256
256
257
257
friend struct __product_iterator_traits <__iterator>;
258
258
You can’t perform that action at this time.
0 commit comments