$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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