mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
Merge pull request #129 from Quuxplusone/unordered-map
Remove USE_UNORDERED_MAP because it has bit-rotted.
This commit is contained in:
@@ -491,14 +491,6 @@ typedef unsigned GLuint;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_UNORDERED_MAP
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#else
|
||||
#define unordered_map map
|
||||
#define unordered_set set
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if ISWINDOWS
|
||||
|
Reference in New Issue
Block a user