[libcxx-commits] [PATCH] D60540: [libc++] Make sure we don't eagerly diagnose non-const comparators for containers of incomplete types

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 11 08:53:36 PDT 2019


ldionne updated this revision to Diff 194702.
ldionne marked 2 inline comments as done.
ldionne added a comment.

Fix broken tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60540

Files:
  libcxx/include/__hash_table
  libcxx/include/__tree
  libcxx/include/map
  libcxx/include/set
  libcxx/include/unordered_map
  libcxx/include/unordered_set
  libcxx/test/libcxx/containers/associative/non_const_comparator.fail.cpp
  libcxx/test/libcxx/containers/associative/non_const_comparator.pass.cpp
  libcxx/test/libcxx/containers/unord/non_const_comparator.fail.cpp
  libcxx/test/libcxx/containers/unord/non_const_comparator.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60540.194702.patch
Type: text/x-patch
Size: 14880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190411/75232895/attachment-0001.bin>


More information about the libcxx-commits mailing list