mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix < c++11 compatibility for mangos
This commit is contained in:
@@ -58,9 +58,11 @@ typedef QueryNamedResult ElunaQuery;
|
||||
#endif
|
||||
|
||||
#ifndef UNORDERED_MAP
|
||||
#include <unordered_map>
|
||||
#define UNORDERED_MAP std::unordered_map
|
||||
#endif
|
||||
#ifndef UNORDERED_SET
|
||||
#include <unordered_set>
|
||||
#define UNORDERED_SET std::unordered_set
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user