Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorted containers do not have reverse iterators #671

Closed
StephenVavasis opened this issue Aug 31, 2020 · 1 comment
Closed

sorted containers do not have reverse iterators #671

StephenVavasis opened this issue Aug 31, 2020 · 1 comment

Comments

@StephenVavasis
Copy link
Contributor

The code to iterate over sorted containers in reverse order is available at a low level via the regress function, but it is not hooked up to the Iterate.reverse protocol. It would be good to make reverse iteration available at the high level.

@StephenVavasis
Copy link
Contributor Author

Closed via #787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant