]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blame - apache-mod_pagespeed-icu.patch
- added system-protobuf patch to use system protobuf; but build still fails due to...
[packages/apache-mod_pagespeed.git] / apache-mod_pagespeed-icu.patch
CommitLineData
1df21b0a
JB
1--- modpagespeed-1.9.32.4/third_party/chromium/src/base/strings/string16.h.orig 2015-07-14 01:17:07.000000000 +0200
2+++ modpagespeed-1.9.32.4/third_party/chromium/src/base/strings/string16.h 2017-04-26 20:58:21.381527688 +0200
3@@ -46,7 +46,11 @@
4
5 namespace base {
6
7+#if (__cplusplus >= 201103L)
8+typedef char16_t char16;
9+#else
10 typedef uint16 char16;
11+#endif
12
13 // char16 versions of the functions required by string16_char_traits; these
14 // are based on the wide character functions of similar names ("w" or "wcs"
This page took 0.070424 seconds and 4 git commands to generate.