[10369] Implement UNORDERED_SET support.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also added compatibility code for old Visual Studio versions
for non standard way hash calculation for hash_set.

Thanks to Lynx3D for help in Unix side testing.
This commit is contained in:
CipherCOM 2010-08-18 04:34:30 +04:00 committed by VladimirMangos
parent a6360987de
commit 6600fc842f
3 changed files with 41 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10368"
#define REVISION_NR "10369"
#endif // __REVISION_NR_H__