mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627)
* Delete macros UNORDERED_MAP * Delete macros UNORDERED_SET
This commit is contained in:
@@ -28,7 +28,7 @@ struct SkillDiscoveryEntry
|
||||
};
|
||||
|
||||
typedef std::list<SkillDiscoveryEntry> SkillDiscoveryList;
|
||||
typedef UNORDERED_MAP<int32, SkillDiscoveryList> SkillDiscoveryMap;
|
||||
typedef std::unordered_map<int32, SkillDiscoveryList> SkillDiscoveryMap;
|
||||
|
||||
static SkillDiscoveryMap SkillDiscoveryStore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user