[libcxx-commits] [PATCH] D72640: [libcxx] Qualify make_pair in searcher implementations to prevent ADL

Logan Smith via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 16 14:15:29 PST 2020


logan-5 updated this revision to Diff 238615.
logan-5 added a comment.

Fixed some wrong author information in the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72640

Files:
  libcxx/include/functional
  libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search.pass.cpp
  libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pass.cpp
  libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.default/default.pass.cpp
  libcxx/test/std/utilities/function.objects/func.search/func.search.default/default.pred.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72640.238615.patch
Type: text/x-patch
Size: 68823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200116/848bb202/attachment-0001.bin>


More information about the libcxx-commits mailing list