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 : Tue Jan 01 2002 - 17:50:44 MET