Skip to content

cmAlgorithms: Refactor cmRemoveDuplicates

Use an iterator-based implementation with range-based one simply deferring to it.

Also optimize a little by storing iterators to unique values to prevent creating value copies.

Edited by Brad King

Merge request reports