summaryrefslogtreecommitdiff
path: root/external/opencollada/opencollada.clang.patch.0
blob: 1fe57beb3817f39a339b07ba494bcce2df367dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur opencollada.org/COLLADABaseUtils/include/COLLADABUhash_map.h opencollada/COLLADABaseUtils/include/COLLADABUhash_map.h
--- COLLADABaseUtils/include/COLLADABUhash_map.h	2014-05-09 11:12:05.740858077 +0200
+++ COLLADABaseUtils/include/COLLADABUhash_map.h	2014-05-09 11:17:38.616861995 +0200
@@ -70,7 +70,7 @@
     #define COLLADABU_HASH_NAMESPACE_CLOSE
     #define COLLADABU_HASH_FUN hash
 #else   // Linux or Mac or FreeBSD with GCC
-    #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3)
+    #if !defined(__clang__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3))
         #include <ext/hash_map>
         #include <ext/hash_set>
     #if !(defined(__APPLE__) && defined(__MACH__))
7b0499f'>Update git submodulesChristian Lohmaier 2020-03-24Update git submodulesChristian Lohmaier 2020-03-11Update git submodulesChristian Lohmaier 2020-02-28Update git submodulesChristian Lohmaier 2020-02-27Update git submodulesAndras Timar 2020-02-20Update git submodulesChristian Lohmaier 2020-02-18Update git submodulesChristian Lohmaier 2020-02-18Update git submodulesAndras Timar 2020-02-05Update git submodulesChristian Lohmaier 2020-01-22Update git submodulesChristian Lohmaier 2020-01-21Update git submodulesChristian Lohmaier 2020-01-08Update git submodulesChristian Lohmaier 2020-01-01Update git submodulesAndras Timar 2019-12-18Update git submodulesChristian Lohmaier 2019-12-17Update git submodulesAndras Timar 2019-12-15Update git submodulesAndras Timar 2019-12-13Update git submodulesAndras Timar 2019-12-13Update git submodulesAndras Timar 2019-11-22Update git submodulesAndras Timar 2019-11-13Branch libreoffice-6-4Xisco Fauli 2019-11-13Update git submodulesChristian Lohmaier 2019-11-12Update git submodulesAndras Timar 2019-11-08Update git submodulesChristian Lohmaier 2019-11-08Update git submodulesAndras Timar 2019-11-08Update git submodulesAndras Timar 2019-11-01Update git submodulesAndras Timar 2019-10-16Update git submodulesAndras Timar 2019-10-14Update git submodulesChristian Lohmaier 2019-10-09Update git submodulesChristian Lohmaier 2019-10-02Update git submodulesChristian Lohmaier 2019-08-06Update git submodulesChristian Lohmaier 2019-07-17Update git submodulesChristian Lohmaier 2019-07-04Update git submodulesChristian Lohmaier 2019-06-20Update git submodulesChristian Lohmaier