1.use Free() instead of Clear in DataArray<>,List<>,Stack<>,Queue<>...

2.rewrite Stack<>
This commit is contained in:
2023-08-01 15:38:24 +08:00
parent dff19d4be9
commit 2a43dc894a
12 changed files with 122 additions and 308 deletions

View File

@@ -96,7 +96,7 @@ namespace hgl
++log;
}
log_list->Clear();
log_list->Free();
}
}//namespace logger