Array operation a1 + a2 not implemented!

F i L witte2008 at gmail.com
Sun Mar 18 00:00:57 PDT 2012


Caligo wrote:
> With the latest 2.059 I'm getting 'Error: Array operation
> a1[] + a2[] not implemented'

Must be a bug with 2.059, works in 2.058.
But, why aren't there operators for arrays without having to 
specify "[]"?

     int[] a, b;
     int[] r = a + b;

Pointer arithmetic maybe?


More information about the Digitalmars-d mailing list