This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug libstdc++/9679] Strange behaviour of valarray::apply method
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2004 18:21:37 +0100
- Subject: Re: [Bug libstdc++/9679] Strange behaviour of valarray::apply method
- Organization: Integrable Solutions
- References: <20030212221600.9679.dens@stl.sarov.ru><20040319170642.12358.qmail@sources.redhat.com>
"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