summaryrefslogtreecommitdiff
path: root/devel/etl/files/patch-ETL___stringf.h
blob: 72bfd2c84f55627c10e90689522d9d675e246749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ETL/_stringf.h.orig
+++ ETL/_stringf.h
@@ -57,7 +57,7 @@
 
 _ETL_BEGIN_CDECLS
 
-#if defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32)
+#if defined(__clang__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32)
 #define ETL_NO_THROW
 #else
 #define ETL_NO_THROW throw()