issues
search
Vafo
/
calculator-task
0
stars
0
forks
source link
refactor util
#11
Closed
Vafo
closed
12 months ago
Vafo
commented
12 months ago
Vector
[x] add const specifier for const methods
[x] empty() should use size()
[x] const alternative for operator[]
[x] const alternative for operator==
[x] pop_back - add assert(!empty())
Stack
[x] Same as for Vector
unique_ptr
[x] checked_delete
[x] review structure
shared_ptr
[x] checked_delete
[x] review structure
Vector
Stack
unique_ptr
shared_ptr