This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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


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