You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [iterator.concept.random.access]/2.6 and also the exposition-only Advanceable concept in iota_view.
Proposed Resolution
Change [iterator.concept.random.access]/2.6 as follows:
-(2.6) — If (a + D(n - 1)) is valid, then (a + n) is equal to ++(a + D(n - 1)).+(2.6) — If (a + D(n - 1)) is valid, then (a + n) is equal to+ [](I c){ return ++c; }(a + D(n - 1))`.
Make a similar change to [range.iota.view]/4.6.
The text was updated successfully, but these errors were encountered:
See [iterator.concept.random.access]/2.6 and also the exposition-only
Advanceable
concept iniota_view
.Proposed Resolution
Change [iterator.concept.random.access]/2.6 as follows:
Make a similar change to [range.iota.view]/4.6.
The text was updated successfully, but these errors were encountered: