[libcxx-commits] [PATCH] D56500: [libcxx] Fix order checking in unordered_multiset tests.

Andrey Maksimov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 22 11:29:14 PDT 2019


amakc11 updated this revision to Diff 200799.
amakc11 added a comment.

More simplifications accepted and committed in D56498 <https://reviews.llvm.org/D56498> are implemented here: common function moved to a separate header file. Now this patch can also be accepted and committed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56500/new/

https://reviews.llvm.org/D56500

Files:
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.pass.cpp
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.cpp
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/copy.pass.cpp
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/copy_alloc.pass.cpp
  test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56500.200799.patch
Type: text/x-patch
Size: 11616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190522/e4d69b84/attachment-0001.bin>


More information about the libcxx-commits mailing list