This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/9679] Strange behaviour of valarray::apply method
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2004 17:32:31 -0000
- Subject: [Bug libstdc++/9679] Strange behaviour of valarray::apply method
- References: <20030212221600.9679.dens@stl.sarov.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gdr at integrable-solutions dot net 2004-03-19 17:32 -------
Subject: Re: Strange behaviour of valarray::apply method
"pcarlini at suse dot de" <gcc-bugzilla@gcc.gnu.org> writes:
| Gaby, could you please provide an update about this PR?
I think I gave all necessary information in the initial analysis I
made. Did you find something is out of date?
Personally, I would resolve this as won't fix, or at least suspend.
There is a trivial workaround
char some = foo(&valarray<char>(y.apply(bar))[0]);
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9679