[libcxx-commits] [PATCH] D61771: Comparing Unordered Containers (P0809)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 9 17:47:33 PDT 2019


zoecarver created this revision.
zoecarver added reviewers: mclow.lists, ldionne, EricWF.
Herald added subscribers: libcxx-commits, dexonsmith.

This patch implements P0809 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0809r0.pdf> to add support for comparing unordered containers. It also fixes issues with the current implementations.


Repository:
  rCXX libc++

https://reviews.llvm.org/D61771

Files:
  include/unordered_map
  include/unordered_set
  test/std/containers/unord/unord.map/comp_different_hash.pass.cpp
  test/std/containers/unord/unord.multimap/comp_different_hash.pass.cpp
  test/std/containers/unord/unord.multiset/comp_different_hash.pass.cpp
  test/std/containers/unord/unord.set/comp_different_hash.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61771.198960.patch
Type: text/x-patch
Size: 29154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190510/bd3d82d8/attachment-0001.bin>


More information about the libcxx-commits mailing list