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

Add two-iterator erase to IndexedVector #5082

Merged
merged 5 commits into from
Jan 2, 2025
Merged

Conversation

vlstill
Copy link
Contributor

@vlstill vlstill commented Jan 2, 2025

erase(iterator from, iterator to) is present in Vector, but missing in IndexedVector. Adding it.

@vlstill vlstill added the core Topics concerning the core segments of the compiler (frontend, midend, parser) label Jan 2, 2025
@vlstill vlstill force-pushed the vstill/indexed-vector-erase branch from aa0afb0 to b1744d2 Compare January 2, 2025 19:01
Signed-off-by: Vladimír Štill <[email protected]>
Signed-off-by: Vladimír Štill <[email protected]>
@vlstill vlstill force-pushed the vstill/indexed-vector-erase branch 2 times, most recently from 981e488 to 11326ac Compare January 2, 2025 19:13
@vlstill vlstill enabled auto-merge January 2, 2025 19:19
@vlstill vlstill added this pull request to the merge queue Jan 2, 2025
Merged via the queue into main with commit f554010 Jan 2, 2025
19 checks passed
@vlstill vlstill deleted the vstill/indexed-vector-erase branch January 2, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Topics concerning the core segments of the compiler (frontend, midend, parser)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants