summaryrefslogtreecommitdiff
path: root/devel/etl/files/patch-ETL___stringf.h
blob: a2013bc6f7d5506b6d55fe9102ae24b5d344a1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ETL/_stringf.h.orig	2015-03-28 15:08:17 UTC
+++ 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()