summarylogtreecommitdiffstats
path: root/g++-fix.patch
blob: f0293bba9599dfc257ee66f09d7500945ae955eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/Player.cpp w/Player.cpp
index 854f49d..feb0bc4 100644
--- i/Player.cpp
+++ w/Player.cpp
@@ -11,7 +11,7 @@
 #include "Player.h"
 #include "common.h"
 
-#if (defined(__GNUC__) || defined(__clang__)) && !defined(_LIBCPP_VERSION)
+#if 0 && (defined(__GNUC__) || defined(__clang__)) && !defined(_LIBCPP_VERSION)
 std::locale::id std::codecvt<char16_t, char, mbstate_t>::id;
 std::locale::id std::codecvt<char32_t, char, mbstate_t>::id;
 #endif