-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[ADT] Add DenseMap::insert_or_assign #94115
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
Labels
Comments
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Nikita Popov (nikic)
It would be nice to add a C++17 style insert_or_assign method to DenseMap. It was previously added to MapVector in https://github.com//pull/71969.
|
Seems pretty reasonable, I'd like to take a crack at this |
dwblaikie
pushed a commit
that referenced
this issue
Jun 5, 2024
add C++17-style insert_or_assign for DenseMap close: #94115
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It would be nice to add a C++17 style insert_or_assign method to DenseMap. It was previously added to MapVector in #71969.
The text was updated successfully, but these errors were encountered: