-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add transparent insert and insert_or_assign to associative containers…
… (#5109) * implement transparent insert into set/unordered_set * implement transparent insert_or_assign in the map/unordered_map * Minor cleanups to get ready for review * Squash some warnings; NFC * Add tests for hashtable::insertIfMissingTransparent * Test cleanup. NFC * Address Mike's review comments * Mark one of the test operator== as 'may be unused' so that clang15 won't warn about it
- Loading branch information
Marshall Clow
authored and
GitHub Enterprise
committed
Dec 13, 2024
1 parent
6abd49b
commit 1693224
Showing
16 changed files
with
2,130 additions
and
937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.