vcpkg/toolsrc/include
Billy O'Neal (VC LIBS) 02839ae4a8 vcpkg was going out of its way to use partition before calling the container erase function which is slower than just using remove_if.
remove_if is already stable, so separate stable and unstable versions are unnecessary.

https://iterator.wordpress.com/2016/01/31/algorithms_0/

Unstable remove_if algorithms are possible that might win, as indicated in that article; but plain remove_if provides the most consistent behavior.
2018-11-15 11:24:24 -08:00
..
vcpkg vcpkg was going out of its way to use partition before calling the container erase function which is slower than just using remove_if. 2018-11-15 11:24:24 -08:00
pch.h [vcpkg] Silence warnings on recent clang 2018-03-13 06:25:59 -07:00
tests.pch.h [vcpkg-contact-survey] Add monthly survey prompt 2017-12-01 16:08:09 -08:00
tests.utils.h Fix #3170 issue with /permissive- 2018-04-25 18:15:54 -07:00