This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [[patch] valarray (was Re: valarray_copy implementation question)
On Fri, Nov 27, 2009 at 3:02 AM, Christian BRUEL <christian.bruel@st.com> wrote:
> Now that you established that it was a user bug, just wanted to slightly
> correct the problem characterization by fixing the code with
>
> ?b[0] = foo();
> ?dest[b] = src[b];
>
> so the problem was the "this" size really, not the runtime dependency on
> foo(). Hope this could be of interest (regarding all the bogus examples I
> found including the computed assignment variation).
Are you still having a problem with that? If yes, could
you send a minimal complete program?
-- Gaby