summaryrefslogtreecommitdiff
path: root/include/mbgl/util/utf.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-21 16:22:41 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-21 16:22:41 +0200
commitf4929b0e6ffe671fc8e73683bf565922b18800c3 (patch)
treef02b91660be9449b6e4d8ef60b1b8394c2ecf2a1 /include/mbgl/util/utf.hpp
parent178d8ca62d2b6a89b1ee9bcb6f8806d4494395b1 (diff)
downloadqtlocation-mapboxgl-f4929b0e6ffe671fc8e73683bf565922b18800c3.tar.gz
use correct implementation
Diffstat (limited to 'include/mbgl/util/utf.hpp')
-rw-r--r--include/mbgl/util/utf.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/utf.hpp b/include/mbgl/util/utf.hpp
index 503fff8b1e..bb63179123 100644
--- a/include/mbgl/util/utf.hpp
+++ b/include/mbgl/util/utf.hpp
@@ -19,7 +19,7 @@ namespace mbgl {
namespace util {
-#ifndef __clang__
+#if ! defined(__clang__) || defined(__linux__)
class utf8_to_utf32 {
public: