sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Vctr 40 implement push back emplace back assign pop back #69

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

push_back and emplace_back had already been implemented in the meantime, so I just added a few simple test cases for them.