[Bug c++/57572] vector operators don't participate in overload resolution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57572 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-12 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- Confirmed.
[Bug c++/57572] vector operators don't participate in overload resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57572 --- Comment #1 from Marc Glisse --- Created attachment 30992 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30992&action=edit vector-only patch I have had this lying around for a while. IIRC it seemed to work, but it doesn't handle the mixed vector-scalar operations (and maybe it was missing other things as well).