llvm-project/libcxx/test/std/containers/unord
Erik Pilkington b0386a515b First half of C++17's splicing maps and sets
This commit adds a node handle type, (located in __node_handle), and adds
extract() and insert() members to all map and set types, as well as their
implementations in __tree and __hash_table.

The second half of this feature is adding merge() members, which splice nodes
in bulk from one container into another. This will be committed in a follow-up.

Differential revision: https://reviews.llvm.org/D46845

llvm-svn: 338472
2018-08-01 01:33:38 +00:00
..
unord.map First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
unord.multimap First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
unord.multiset First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
unord.set First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
iterator_difference_type.pass.cpp Recommit r260012 - Cleanup node-type handling in the unordered containers. 2016-02-10 20:46:23 +00:00