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
Composing ranges::view::cycle with ranges::view::slice results in a view that returns begin and endpoints that compare equal. On the other hand, ranges::distance returns the expected 512. Also, see the example below.
Composing
ranges::view::cycle
withranges::view::slice
results in a view that returns begin and endpoints that compare equal. On the other hand,ranges::distance
returns the expected 512. Also, see the example below.Compiling the above example against 2ff4cf2 and running it gives:
The text was updated successfully, but these errors were encountered: