issues
search
benedictkao
/
UTD
Unstandard Library for basic data structures
2
stars
0
forks
source link
Make vector styling consistent
#41
Closed
benedictkao
closed
1 year ago
benedictkao
commented
1 year ago
Make code styling consistent with project styling
Fix some function parameters to take const references instead
Added push_back with r value input
Changed reserve to do nothing if n is smaller than current capacity
Fixed resize function