-
Notifications
You must be signed in to change notification settings - Fork 89
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 experimental multimap insert and contains #549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First round.
Looks great!
It's very pleasant to see that with all of our previous refactoring work, implementing the new static_multimap
boils down simply dispatching from the frontend API to the OA backend API ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from a few minor thinsg this PR is good to go. I'm gonna approve it now so we can merge it ASAP.
This PR adds a new
experimental::static_multimap
using the new OA design. It addsinsert
andcontains
operations for the new multimap.