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
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