Victor Chernyakin
Results
2
comments of
Victor Chernyakin
> I thought this project was written in C89? That was the case for those parts that had to be compatible with Visual Studio 2010 (C99 was allowed elsewhere), but...
> actually, i wonder if all of static_vector could potentially be constexpr It can be! There's a `static_vector` [standards proposal](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0843r2.html) and a [reference implementation](https://github.com/gnzlbg/static_vector), all `constexpr`.