help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vector extension operator+ not allowed in g++?


From: Rade Kutil
Subject: Re: Vector extension operator+ not allowed in g++?
Date: 14 Jun 2005 17:13:45 GMT

Rade Kutil wrote:
>>>   v4sf a, c;
>>>   c = a + a;
>>> 
>>>   error: invalid operands of types `vector float' and `vector 
>>>    float' to binary `operator+'

Dammit.  Finally, I found out it is a bug (resolved recently):

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


Rade


reply via email to

[Prev in Thread] Current Thread [Next in Thread]