small_vector
small_vector copied to clipboard
Evaluate the default type in `std::erase`
In C++26, the comparison value type will default to the same as the vector value type. Evaluate if we can do this across all versions. https://en.cppreference.com/w/cpp/container/vector/erase2