mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11630] Possible fixed recent problems with build.
Removed support hash_value look like not used directly in MaNGOS by testing diff Visual Studio versions and start create rpoblem after recent changes.
This commit is contained in:
parent
7dbbd514c8
commit
6945d86e67
3 changed files with 1 additions and 19 deletions
|
|
@ -133,16 +133,4 @@ using std::hash_map;
|
|||
using std::hash_set;
|
||||
#endif
|
||||
|
||||
#if COMPILER != COMPILER_MICROSOFT
|
||||
|
||||
// Visual Studio use non standard hash calculation function, so provide fake forward for other
|
||||
HASH_NAMESPACE_START
|
||||
|
||||
template<class K>
|
||||
size_t hash_value(K const&);
|
||||
|
||||
HASH_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue