int[3][4]*

Ellery Newcomer ellery-newcomer at utulsa.edu
Fri Sep 7 18:44:40 PDT 2012


alright what's the deal?

void main () {
     alias int[3][4] fooz;
     int[3][4]* i = new fooz;
}


wiz.d(6): Error: new can only create structs, dynamic arrays or class 
objects, not int[3LU][4LU]'s


More information about the Digitalmars-d-learn mailing list