Array declaration warning

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 4 09:52:30 PDT 2015


On 06/04/2015 04:27 AM, Meta wrote:
 > On Wednesday, 3 June 2015 at 21:05:42 UTC, Ali Çehreli wrote:

 >>     a[] = b;    // makes the elements of 'a' same as 'b's elements

 > Isn't a[] = b deprecated syntax? I believe you have to use a[] = b[] now.

Thanks. Unfortunately, 2.067.1 'dmd -w -de' is still quiet about that one.

Ali



More information about the Digitalmars-d-learn mailing list