[PATCH] D49958: [MISC]Fix wrong usage of std::equal()
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 23:58:12 PDT 2018
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
LG, thanks!
================
Comment at: llvm/include/llvm/ADT/STLExtras.h:986-988
//===----------------------------------------------------------------------===//
// Extra additions to <algorithm>
//===----------------------------------------------------------------------===//
----------------
You want to add it in this section, somewhere closer to the end.
https://reviews.llvm.org/D49958
More information about the llvm-commits
mailing list