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] partial_sum (int *, int *, int *, multiplies < int >) does not use operator +(complex, complex)


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-14 10:36:42 UTC ---
Hey, please do not re-open PRs at will, and let's not waste further time at
will. We know the documentation is **our** documentation after all. You are
mistaken, you are not using complex numbers  in your code, in particular you
are *not* providing *any* overloaded operator+ in your code. There is nothing
to fix here, if you are not convinced, just try any other implementation of the
Standard lib around.


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