small_vector icon indicating copy to clipboard operation
small_vector copied to clipboard

Evaluate the default type in `std::erase`

Open gharveymn opened this issue 1 year ago • 0 comments

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

gharveymn avatar Dec 06 '24 22:12 gharveymn