use static allocator instead

This commit is contained in:
2024-02-26 00:18:29 +00:00
parent a43754522f
commit 4ca636eb8f
2 changed files with 5 additions and 1 deletions

View File

@ -125,6 +125,8 @@ void TestErase()
int main(int argc, char const *argv[])
{
std::vector<int> vvv;
vvv.pop_back();
TestConstructor();
TestIterators();
TestAccessingMethod();