[PATCH] D45140: [Support] Change std::sort to llvm::sort in response to r327219

Jordan Rose via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 09:49:42 PDT 2018


jordan_rose added a comment.

I'm a little disappointed that `llvm::sort` got added without providing a range-based variant, the way we did for `llvm::none_of` and `llvm::find` and others. (I wasn't watching the original thread.) I see no problem with these changes, though!


Repository:
  rL LLVM

https://reviews.llvm.org/D45140





More information about the llvm-commits mailing list