This is for https://reviews.llvm.org/D36351
This adds the merge_unique algorithm. It's like std::unique except it allows modifying the uniqued values.
Paths
| Differential D42163
[STLExtras] Add merge_unique Needs ReviewPublic Authored by Bigcheese on Jan 17 2018, 12:34 AM. This revision needs review, but there are no reviewers specified.
Details
Summary This is for https://reviews.llvm.org/D36351 This adds the merge_unique algorithm. It's like std::unique except it allows modifying the uniqued values.
Diff Detail
Revision Contents
Diff 130101 include/llvm/ADT/STLExtras.h
unittests/ADT/STLExtrasTest.cpp
|
modifiy -> modify