From: Pavol Droba (droba_at_[hidden])
Date: 2004-03-12 06:09:40


On Fri, Mar 12, 2004 at 03:10:23AM -0700, Jonathan Turkanis wrote:
> "Pavol Droba" <droba_at_[hidden]> wrote in message
> news:20040312094216.GP14244_at_lenin.felcer.sk...
> > Hi,
> >
> > I need somebody, that can help me out with a problem with codewarior
> and/or vacpp.
> > Regressions are failing on these compilers due to incorrect
> classification of std::string and
> > std::list. It seems, that the template signature for classes differs
> from
> > standatard ( std::list<T,Alloct> ) and so, the sequence_traits are
> not recognizing these
> > classes.
> >
> > Please, if somebody have an access to these compilers, check the
> singnature of them,
> > and send it on the list. There might be another porblem as well, but
> I cannot figure
> > it out right now.
>
> I checked the standard library which ships with Codewarrior 8.0 and
> 9.2 for Windows; list, vector, string (and all the other standard
> containers, as far as I can tell), have the standard template
> parameter lists.
>
> Which tests are failing?
>
> Jonathan

algorithm/replace. Concretely the sequence classification there is failing.

I wonder, what the problem could be? I though, that it is due to slightly
different signature (like an additionale parameter).

Thanks for help.

Pavol