small_vector icon indicating copy to clipboard operation
small_vector copied to clipboard

A fully featured single header library implementing a vector container with a small buffer optimization.

Results 1 small_vector issues
Sort by recently updated
recently updated
newest added

I recently tried to use c++ 23 to write some code and found compiler gave me some warning that std::align_storage is deprecated. According to the comment, it can use alignas...