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 25b765b commit 78e0a18Copy full SHA for 78e0a18
src/output.cpp
@@ -17,13 +17,10 @@
17
#include "unc_ctype.h"
18
#include "unicode.h"
19
20
+#include <map>
21
#include <regex>
22
#include <set>
23
-#ifdef WIN32
24
-#include <map> // to get std::map
25
-#endif // WIN32
26
-
27
28
constexpr static auto LCURRENT = LOUTPUT;
29
src/tokenize.cpp
@@ -16,10 +16,7 @@
16
-#include <stack> // to get std::stack
+#include <stack>
#define LE_COUNT(x) cpd.le_counts[static_cast<size_t>(LE_ ## x)]
0 commit comments