OSDN Git Service

update derived files
[pf3gnuchains/gcc-fork.git] / libstdc++ / cinst.cc
index d28235d..983e8a9 100644 (file)
@@ -32,7 +32,6 @@ typedef complex<f> c;
 typedef const c& ccr;
 
 #ifdef MAIN
-template class complex<f>;
 template c& __doapl (c*, ccr);
 template c& __doaml (c*, ccr);
 template c& __doami (c*, ccr);
@@ -151,5 +150,5 @@ template c sqrt (ccr);
 template istream& operator>> (istream&, complex<f>&);
 #endif
 #ifdef INSERT
-template ostream& operator<< (ostream&, complex<f>);
+template ostream& operator<< (ostream&, const complex<f>&);
 #endif