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
Perhaps define something like a differenceable concept -- or just used SizedSentinel directly -- and use it to define an operator- friend function in class iota_view::sentinel.
The text was updated successfully, but these errors were encountered:
Currently operator-s for iterator/sentinel types of iota_view<I1, I2>, where I1 and I2 are different integer types, are not enabled.
Should we also enable these operator-s to improve consistency with iota_view::size?
I've tried to submit an LWG issue (LWG3609) for this. What do you think about it?
Perhaps define something like a
differenceable
concept -- or just usedSizedSentinel
directly -- and use it to define anoperator-
friend function in classiota_view::sentinel
.The text was updated successfully, but these errors were encountered: