Re: template error in friend declaration

2007-05-10 Thread Kevin Mark
On Thu, May 10, 2007 at 10:20:42AM +0100, abdelkader belahcene wrote: > Hi, Is it a bug ?? > I tried to compile a cpp program which ran correctly on previous > release (sarge debian, gcc compiler 3 ), it gave errors, for the > declaration (even if I omit the symbols <> ) > > friend ostream & oper

template error in friend declaration

2007-05-10 Thread abdelkader belahcene
Hi, Is it a bug ?? I tried to compile a cpp program which ran correctly on previous release (sarge debian, gcc compiler 3 ), it gave errors, for the declaration (even if I omit the symbols <> ) friend ostream & operator << <> (ostream & os, Vector & tab); for other declaration ( not friend),