PDA

View Full Version : Negative array declaration



Joe123
02-10-2010, 10:13 AM
int foo[] = { -1 };
Won't compile.

Gleeok
02-17-2010, 03:30 AM
Deferring until post 2.5.

Joe123
02-18-2010, 03:26 PM
Surely it's just the same as the one for constants but in a different part of the parser code?