
"Jonathan Wakely" <cow@compsoc.man.ac.uk> wrote in message news:20050505182044.GA50790@compsoc.man.ac.uk... | 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. Thanks! :-) best regards Thorsten