serge-sans-paille / frozen

a header-only, constexpr alternative to gperf for C++14 users
Apache License 2.0
1.31k stars 104 forks source link

Added `insert()`, `erase()`, and `reserve()`/`resize()` support to vector. #126

Open adamshapiro0 opened 3 years ago

adamshapiro0 commented 3 years ago

Note: This is currently based on top of https://github.com/serge-sans-paille/frozen/pull/123, which has yet to be merged, and as a result includes all of the commits from that PR. Only the last 3 commits in this PR are relevant here. Once https://github.com/serge-sans-paille/frozen/pull/123 is merged, I will update this PR accordingly.