[PATCH] D63718: [ADT] Implement llvm::bsearch() with std::partition_point()

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 30 01:16:07 PDT 2019


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

Funny, the int version was the original motivation and now seems totally unused. And apparently none of us know the standard library very well.
Thanks for cleaning this up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63718





More information about the cfe-commits mailing list