[PATCH] D42163: [STLExtras] Add merge_unique

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 01:15:36 PST 2018


grandinj added inline comments.


================
Comment at: include/llvm/ADT/STLExtras.h:936
+/// Like `std::unique`, but calls \p Merge on equal values. \p Merge is allowed
+/// to modifiy its first argument.
+///
----------------
modifiy -> modify 


Repository:
  rL LLVM

https://reviews.llvm.org/D42163





More information about the llvm-commits mailing list