small_vector icon indicating copy to clipboard operation
small_vector copied to clipboard

`small_vector_base` has a lot of duplicated code

Open gharveymn opened this issue 9 months ago • 0 comments

There are quite a few functions in small_vector_base which should really reside in allocator_interface since they don't use InlineCapacity. This results in a lot of pointless code duplication if multiple different InlineCapacitys are used. The functions are not very large though, so this is a minor issue.

gharveymn avatar Apr 27 '25 01:04 gharveymn