Don't hard-code std::string as the key type for InsertionOrderedMap

This commit is contained in:
Rangi
2026-05-25 14:21:18 -04:00
parent a0d96a0856
commit ed19806434
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ struct SectionStackEntry {
};
static Section *currentSection = nullptr;
static InsertionOrderedMap<Section> sections;
static InsertionOrderedMap<std::string, Section> sections;
static uint32_t curOffset; // Offset into the current section (see `sect_GetSymbolOffset`)