In C++14, I have a std::vector of values for which I want to remove all elements that match a given value and I do not care about preserving the order of the elemen
std::vector