Revert "[libc++] Use addressof in unordered_map."
authorMark de Wever <koraq@xs4all.nl>
Fri, 21 Jan 2022 16:59:07 +0000 (17:59 +0100)
committerMark de Wever <koraq@xs4all.nl>
Fri, 21 Jan 2022 16:59:07 +0000 (17:59 +0100)
commite4a556268ea97320ba96de6e2f26235b4046c994
tree51d942f0564fcf95aec879743ec9d6d48e50d11b
parentb7fd91c84b4eea5324d9757243387280f4284236
Revert "[libc++] Use addressof in unordered_map."

This reverts commit cab96169380296a496614f433507d86b743f0d02.

This breaks the CI.
17 files changed:
libcxx/include/__hash_table
libcxx/include/unordered_map
libcxx/test/std/containers/unord/unord.map/iterator.operators.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_move.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_alloc.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/emplace_hint.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_const_iter.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_range.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_const_lvalue.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_rvalue_constructible_value_type.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_rvalue_value_type.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/try_emplace_hint.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.map/unord.map.swap/swap.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.addressof.compile.pass.cpp [deleted file]
libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.addressof.compile.pass.cpp [deleted file]