port to C17/C++20

This commit is contained in:
2024-07-25 02:59:53 +08:00
parent 51f5b2ca59
commit 259f0ef40c
14 changed files with 26 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ namespace hgl
protected:
Map<AnsiString,ElementCreater *> ecs_map;
Map<UTF8String,ElementCreater *> ecs_map;
virtual ElementCreater *GetSubElementCreater(const UTF8String &sub_name);
@@ -133,7 +133,7 @@ namespace hgl
{
Stack<ElementCreater *> ecs_stack;
Map<AnsiString,ElementCreater *> ecs_map;
Map<UTF8String,ElementCreater *> ecs_map;
ElementCreater *cur_ec;