push back is working

This commit is contained in:
hugogogo
2022-06-02 18:18:38 +02:00
parent 0146ebcbf1
commit dea7818dfa
3 changed files with 32 additions and 19 deletions

View File

@@ -97,6 +97,7 @@ public:
private:
size_type _size;
size_type _capacity;
value_type * _mem_ptr;
allocator_type _allocator;