This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/11179] valarray resize error


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 gdr@integrable-solutions.net  2003-06-14 07:57 -------
Subject: Re:  valarray resize error

"mmckerns@its.caltech.edu" <gcc-bugzilla@gcc.gnu.org> writes:

[...]

| However this is annoying, because the gcc valarray claims to be
| STL compliant,

Really?  Where did you find that statement?  Valarray is not part of
the STL. However I do claim that varallay<T>::resize() does exactly
what the standard requires.  You may check the reference I gave.

 and maybe it is...
| but Microsoft C++ valarray also claims to be STL compliant,
| and they have the resize behavior that I described.

If Microsoft C++ valarray does something different then it is a bug in
that library.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]