use static allocator instead
This commit is contained in:
@ -125,6 +125,8 @@ void TestErase()
|
||||
|
||||
int main(int argc, char const *argv[])
|
||||
{
|
||||
std::vector<int> vvv;
|
||||
vvv.pop_back();
|
||||
TestConstructor();
|
||||
TestIterators();
|
||||
TestAccessingMethod();
|
||||
|
Reference in New Issue
Block a user