Get rid of all shallow copy operations at array.h
Open
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
Use incapsulated vector operations instead of reallocs and memcpy. vector<>::reserve, vector<>::resize and std::copy should be used instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.