aboutsummaryrefslogtreecommitdiffstats
path: root/www/htmlcxx/files/patch-ci_string.h
blob: bf8b8ab3cfce9d10a7564bbd63f7a74dcc0527b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- html/ci_string.h.orig   2013-09-13 10:48:21.000000000 +0800
+++ html/ci_string.h    2013-09-13 10:48:35.000000000 +0800
@@ -4,16 +4,7 @@
 #include <cctype>
 #include <string>
 
-#if __GNUC__ >= 3
-#include <bits/char_traits.h>
 struct ci_char_traits : public std::char_traits<char>
-#elif defined(__GNUC__)
-#include <std/straits.h>
-struct ci_char_traits : public std::string_char_traits<char>
-#else 
-//Hope string already include it
-struct ci_char_traits : public std::char_traits<char>
-#endif
 
 // just inherit all the other functions
 //  that we don't need to override