$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-03-12 05:10:23
"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