List模板改名为ArrayList

This commit is contained in:
2025-04-23 00:21:59 +08:00
parent cf494b4f86
commit a7b0cb6112
18 changed files with 55 additions and 53 deletions

View File

@@ -54,7 +54,7 @@ namespace hgl
{
public:
using WorkList=List<W *>;
using WorkList=ArrayList<W *>;
private:
@@ -214,7 +214,7 @@ namespace hgl
{
protected:
using WorkList=List<W *>;
using WorkList=ArrayList<W *>;
WorkProc<W> *work_proc;