small_vector icon indicating copy to clipboard operation
small_vector copied to clipboard

Use `std::type_identity` where needed

Open gharveymn opened this issue 1 year ago • 0 comments

The library struct was added in C++20 (__cpp_lib_type_identity), and usage was added to std::vector in C++23.

See https://en.cppreference.com/w/cpp/container/vector/vector.

gharveymn avatar Dec 06 '24 22:12 gharveymn