1
0
forked from GitHub/gf-core

_Rb_tree doesn't exist on Windows and macOS. Go back to using map

This commit is contained in:
Krasimir Angelov
2023-03-14 09:40:38 +01:00
parent 92c2840b2b
commit 9a0a730820
3 changed files with 43 additions and 85 deletions

View File

@@ -7,7 +7,7 @@
#include <stdexcept>
#include <functional>
#include <queue>
#include <bits/stl_tree.h>
#include <map>
#include "pgf.h"