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

identifiable_item_collection should be iterable like a std container #4

Closed
kevinchannon opened this issue Jan 10, 2023 · 1 comment
Closed
Assignees
Milestone

Comments

@kevinchannon
Copy link
Owner

Will need to extract the iterator from static_vector and use that, probably

@kevinchannon kevinchannon self-assigned this Jan 10, 2023
@kevinchannon kevinchannon added this to the Version 1.0 milestone Jan 10, 2023
@kevinchannon
Copy link
Owner Author

This now done. There is only const access via iterators, but that's because editing/removing items will mess up the set, so would need to figure that out before non-const iterators could be made.

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