mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +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:
@@ -29,7 +29,7 @@ class Pool // for Pool of Pool
|
||||
{
|
||||
};
|
||||
|
||||
typedef UNORDERED_SET<uint32> ActivePoolObjects;
|
||||
typedef std::unordered_set<uint32> ActivePoolObjects;
|
||||
typedef std::map<uint32, uint32> ActivePoolPools;
|
||||
|
||||
class ActivePoolData
|
||||
|
||||
Reference in New Issue
Block a user