Releases: martinus/svector
Releases ยท martinus/svector
v1.0.3
v1.0.2
v1.0.1
Direct download: svector.h
- #31 make it easy to integrate with cmake
- #32 CI Builds
- #34 Badges!
- #36 Improve OpenSSF best practices rating
- #40 replace all shell scripts with python
- #42 [BUG] Using delete operator for the memory allocated with placement new. Thanks @vstakhov!
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Direct download: svector.h
- ๐ First release! As far as I can say, there's no undefined behavior any more in the code.
- Practically all
std::vector
API implemented - plenty of tests, some benchmarks