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 39 implement erase, insert, append, release, swap #53

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

Nice one, except the small requested changes in signature :)

You mean eraseFirstIf to eraseFirstOccurrenceIf? If so, this has already been changed with the latest push. Or do you refer to a different request that I overlooked?