tmp/tmpo9bs1hha/{from.md → to.md}
RENAMED
|
@@ -12,11 +12,11 @@ namespace std::ranges {
|
|
| 12 |
using Base = maybe-const<Const, V>; // exposition only
|
| 13 |
outer-iterator<Const> i_ = outer-iterator<Const>(); // exposition only
|
| 14 |
bool incremented_ = false; // exposition only
|
| 15 |
|
| 16 |
public:
|
| 17 |
-
using iterator_concept =
|
| 18 |
|
| 19 |
using iterator_category = see belownc; // present only if Base
|
| 20 |
// models forward_range
|
| 21 |
using value_type = range_value_t<Base>;
|
| 22 |
using difference_type = range_difference_t<Base>;
|
|
|
|
| 12 |
using Base = maybe-const<Const, V>; // exposition only
|
| 13 |
outer-iterator<Const> i_ = outer-iterator<Const>(); // exposition only
|
| 14 |
bool incremented_ = false; // exposition only
|
| 15 |
|
| 16 |
public:
|
| 17 |
+
using iterator_concept = outer-iterator<Const>::iterator_concept;
|
| 18 |
|
| 19 |
using iterator_category = see belownc; // present only if Base
|
| 20 |
// models forward_range
|
| 21 |
using value_type = range_value_t<Base>;
|
| 22 |
using difference_type = range_difference_t<Base>;
|