forked from Lainports/opnsense-ports
11 lines
321 B
C
11 lines
321 B
C
--- 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()
|