[Bug libstdc++/11179] valarray resize error

mmckerns@its.caltech.edu gcc-bugzilla@gcc.gnu.org
Sat Jun 14 02:24:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11179



------- Additional Comments From mmckerns@its.caltech.edu  2003-06-14 02:24 -------
Subject: Re:  valarray resize error

Yes, Thanks.
You are right.

However this is annoying, because the gcc valarray claims to be
STL compliant, and maybe it is...
but Microsoft C++ valarray also claims to be STL compliant,
and they have the resize behavior that I described.
(Although I'd think that they were probably more likely to lie...)

I'd like to write compiler-independant & os-inedpendant code,
but I guess that's not possible if I use valarray.resize...
Pity.

---

Mike McKerns



More information about the Gcc-bugs mailing list