gnzlbg / static_vector

A dynamically-resizable vector with fixed capacity and embedded storage
https://gnzlbg.github.io/static_vector
167 stars 21 forks source link

Ask Jonathan Wakely for feedback #19

Closed gnzlbg closed 6 years ago

gnzlbg commented 8 years ago

Ask @jwakely for feedback, in particular with respect to possible future Allocator extensions that might allow implementing embedded_vector by using std::vector with an Allocator.