18 Sep
2009
18 Sep
'09
9:59 a.m.
Hi Johan,
ostream& operator<<(ostream& os, const vector<int>& v) { ...
this operator should be defined in the std namespace (ADL) - the problem is that you're not allowed to do this. Unfortunately I do not have a solution to this problem at the moment :( Regards, RSp