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

Fix mistaken sizeof() math in static_assert. #28

Closed tzlaine closed 7 years ago

gnzlbg commented 7 years ago

Fixed in https://github.com/gnzlbg/fixed_capacity_vector/commit/e6e6e7245ff625074db1afc8f2b19b472b1f7bc1

Thanks for pointing this out.