|
Boost Users : |
Subject: Re: [Boost-users] [format] compilation error
From: Ronny Spiegel (rs_at_[hidden])
Date: 2009-09-18 05:59:31
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net