vector_algorithms.cpp: remove unused functions by AlexGuteniev · Pull Request #5744 · microsoft/STL (original) (raw)

Discovered while experimenting with clang-cl stl\src\vector_algorithms.cpp -std:c++latest command.

A couple of functions are non-unique, and should be removed.

Two other ones are also exiting this file, as scope guard is used instead.