Hi, What's wrong in : class Complex<float> { public: (...) Complex& operator+= (const Complex& r) { return __gsl_doapl (this, r); } (...) } that I keep getting : Syntax Error: Complex&operator+=(constComplex&r) FILE:FComplex.hxx LINE:44 Thanks in advance, Jacek.
This archive was generated by hypermail 2b29 : Fri Jun 08 2001 - 11:51:24 MEST