View | Details | Raw Unified | Return to bug 219300
Collapse All | Expand All

(-)files/patch-src_specializations.hpp (+22 lines)
Line 0 Link Here
1
Fix the build with GCC 6 (bug 219300).
2
3
Obtained from: https://sourceforge.net/p/gnudatalanguage/bugs/688/#4622
4
--- src/specializations.hpp.orig	2017-08-15 19:53:08 UTC
5
+++ src/specializations.hpp
6
@@ -534,16 +534,6 @@ void Data_<SpDString>::MinMax( DLong* minE, DLong* max
7
 
8
 // default_io.cpp
9
 template<>  
10
-std::istream& operator>>(std::istream& i, Data_<SpDFloat>& data_); 
11
-template<>  
12
-std::istream& operator>>(std::istream& i, Data_<SpDDouble>& data_); 
13
-template<>  
14
-std::istream& operator>>(std::istream& i, Data_<SpDComplex>& data_); 
15
-template<>  
16
-std::istream& operator>>(std::istream& i, Data_<SpDComplexDbl>& data_); 
17
-template<>  
18
-std::istream& operator>>(std::istream& is, Data_<SpDString>& data_); 
19
-template<>  
20
 std::ostream& Data_<SpDLong>::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr); 
21
 template<>  
22
 std::ostream& Data_<SpDULong>::ToStream(std::ostream& o, SizeT w, SizeT* actPosPtr); 

Return to bug 219300