diff options
Diffstat (limited to 'textproc/srilm/files/patch-dstruct-src-Array.h')
-rw-r--r-- | textproc/srilm/files/patch-dstruct-src-Array.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/srilm/files/patch-dstruct-src-Array.h b/textproc/srilm/files/patch-dstruct-src-Array.h deleted file mode 100644 index 08d10253f443..000000000000 --- a/textproc/srilm/files/patch-dstruct-src-Array.h +++ /dev/null @@ -1,11 +0,0 @@ ---- dstruct/src/Array.h.orig 2014-09-02 15:48:38.000000000 +0400 -+++ dstruct/src/Array.h 2014-09-02 15:48:57.000000000 +0400 -@@ -89,7 +89,7 @@ public: - * gcc and icc allow this as part of the language, but many other C++ compilers - * don't (Sun Studio, MS Visual C). - */ --#if !defined(DEBUG) && defined(__GNUC__) && (!defined(__INTEL_COMPILER) || __INTEL_COMPILER >=900) -+#if !defined(DEBUG) && !defined(__clang__) && defined(__GNUC__) && (!defined(__INTEL_COMPILER) || __INTEL_COMPILER >=900) - # define makeArray(T, A, n) T A[n] - #else - # define makeArray(T, A, n) StaticArray<T> A(n) |