$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Wakely (cow_at_[hidden])
Date: 2005-05-05 13:20:45
On Thu, May 05, 2005 at 12:36:22PM +0100, Jonathan Wakely wrote:
> On Thu, May 05, 2005 at 12:24:08PM +0100, Jonathan Wakely wrote:
>
> > On Tue, May 03, 2005 at 10:43:36PM +0200, Thorsten Ottosen wrote:
> >
> > > Hi,
> > >
> > > When I look at something like
> > >
> > > http://tinyurl.com/9v2as
> > >
> > > I assume the error is not in my library. Should/Can we do anything to fix it?
Sorry Thorsten,
I spoke too soon, this isn't the fwd decl error I thought it was.
Now I've had time to look at it I've found a bug in libstdc++'s debug
mode where std::iterator is unqualified and so not found when
vector<bool> is not in std.
I'll fix it in GCC a.s.a.p.
jon