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++/51540] doxygen documentation for partial_sum misleading


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51540

--- Comment #12 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> 2011-12-16 18:59:31 UTC ---
Additionally, and also for the default operator form, it is unclear what the
result is when the operator is noncommutative.  That is, whether y[n+1] is set
to x[n+1]+y[n] or y[n]+x[n+1], or if the order is somewhat random altogether
(which would make partial_sum unusable as a potential driver for the equation
y[n+1]=f(y[n])).


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