File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2304
2304
\begin {codeblock }
2305
2305
namespace std::ranges {
2306
2306
template<@\libconcept {weakly_incrementable}@ W, @\libconcept {semiregular}@ Bound>
2307
- requires @\exposconcept {weakly-equality-comparable-with}@<W, Bound> && \libconcept {semiregular}<W>
2307
+ requires @\exposconcept {weakly-equality-comparable-with}@<W, Bound> && @ \libconcept {semiregular}@ <W>
2308
2308
struct iota_view<W, Bound>::@\exposid {iterator}@ {
2309
2309
private:
2310
2310
W @\exposid {value_}@ = W(); // \expos
2675
2675
\begin {codeblock }
2676
2676
namespace std::ranges {
2677
2677
template<@\libconcept {weakly_incrementable}@ W, @\libconcept {semiregular}@ Bound>
2678
- requires @\exposconcept {weakly-equality-comparable-with}@<W, Bound> && \libconcept {semiregular}<W>
2678
+ requires @\exposconcept {weakly-equality-comparable-with}@<W, Bound> && @ \libconcept {semiregular}@ <W>
2679
2679
struct iota_view<W, Bound>::@\exposid {sentinel}@ {
2680
2680
private:
2681
2681
Bound @\exposid {bound_}@ = Bound(); // \expos
You can’t perform that action at this time.
0 commit comments