aboutsummaryrefslogtreecommitdiff
path: root/absl/container/internal/common_policy_traits.h
Commit message (Expand)AuthorAgeFilesLines
* Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-071-9/+10
* Early return from destroy_slots for trivially destructible types in flat_hash...Abseil Team2024-01-301-2/+10
* Make PolicyTraits::transfer_uses_memcpy() true for node_hash_* tables.Evan Brown2023-09-121-2/+4
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Move the vtable into a function to delay instantiation until the function isSamuel Benzaquen2022-12-011-14/+31
* Add static_cast<void*> to the sources for trivial relocations to avoid spurio...Evan Brown2022-10-071-2/+3
* Use trivial relocation for transfers in swisstable and b-tree.Evan Brown2022-10-031-1/+14
* Add common_policy_traits - a subset of hash_policy_traits that can be shared ...Evan Brown2022-09-281-0/+101