We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668ba1a commit 54c268eCopy full SHA for 54c268e
src/env.h
@@ -17,7 +17,13 @@
17
18
#include <stdint.h>
19
#include <vector>
20
+
21
+#ifdef __APPLE__
22
+#include <set>
23
+#define unordered_set set
24
+#else
25
#include <unordered_set>
26
+#endif
27
28
// Caveat emptor: we're going slightly crazy with macros here but the end
29
// hopefully justifies the means. We have a lot of per-context properties
0 commit comments