tmp/tmp77dm377c/{from.md → to.md}
RENAMED
|
@@ -129,11 +129,11 @@ namespace std::ranges {
|
|
| 129 |
|
| 130 |
constexpr iterator(Parent& parent, ziperator<Const> inner); // exposition only
|
| 131 |
|
| 132 |
public:
|
| 133 |
using iterator_category = see belownc; // not always present
|
| 134 |
-
using iterator_concept =
|
| 135 |
using value_type =
|
| 136 |
remove_cvref_t<invoke_result_t<maybe-const<Const, F>&,
|
| 137 |
range_reference_t<maybe-const<Const, Views>>...>>;
|
| 138 |
using difference_type = range_difference_t<Base>;
|
| 139 |
|
|
|
|
| 129 |
|
| 130 |
constexpr iterator(Parent& parent, ziperator<Const> inner); // exposition only
|
| 131 |
|
| 132 |
public:
|
| 133 |
using iterator_category = see belownc; // not always present
|
| 134 |
+
using iterator_concept = ziperator<Const>::iterator_concept;
|
| 135 |
using value_type =
|
| 136 |
remove_cvref_t<invoke_result_t<maybe-const<Const, F>&,
|
| 137 |
range_reference_t<maybe-const<Const, Views>>...>>;
|
| 138 |
using difference_type = range_difference_t<Base>;
|
| 139 |
|