View | Details | Raw Unified | Return to bug 213993 | Differences between
and this patch

Collapse All | Expand All

(-)math/kmplot/files/patch-kmplot_view.cpp (+11 lines)
Added Link Here
1
--- kmplot/view.cpp.orig	2014-09-17 13:01:07 UTC
2
+++ kmplot/view.cpp
3
@@ -73,7 +73,7 @@
4
 #include <ieeefp.h>
5
 #endif
6
 
7
-#if defined(Q_CC_MINGW)
8
+#if defined(Q_CC_MINGW) || __GNUC__ == 5
9
 using namespace std;
10
 #endif
11
 

Return to bug 213993