--- Comment #4 from ben_ship at lycos dot com 2007-02-22 03:16 ---
This might actually be a more general issue with operator overloading.
In this example the overloading of an operator that works on two different
shaped operands of intrinsic types is not allowed. At the same time
--- Comment #3 from ben_ship at lycos dot com 2007-02-22 01:35 ---
(In reply to comment #1)
> In other words:
> overloading "operator(*)" for intrinsic type (i.e. "complex") fails.
Also for other intrinsic types e.g. "real".
I don't thin