mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-01 19:31:02 -07:00
Removed usage of hashtable member procs
This commit is contained in:
@ -137,7 +137,7 @@ void init()
|
||||
);
|
||||
|
||||
fixed_arena_init(defines_map_arena);
|
||||
defines = HashTable<StrC>::init_reserve( allocator_info(defines_map_arena), 256 );
|
||||
defines = hashtable_init_reserve<StrC>( allocator_info(defines_map_arena), 256 );
|
||||
}
|
||||
|
||||
internal
|
||||
|
Reference in New Issue
Block a user