November 28, 2005
static auto points = [[0,0],[1,0],[0,1],[1,1],[-1,-1],[-1,0],[0,-1],[-2,0],[2,0],[0,2]] ;

Error: cannot infer type from initializer
Error: cannot use array to initialize int
May 22, 2006
Ivan Senji schrieb am 2005-11-28:
> static auto points = [[0,0],[1,0],[0,1],[1,1],[-1,-1],[-1,0],[0,-1],[-2,0],[2,0],[0,2]] ;
>
> Error: cannot infer type from initializer
> Error: cannot use array to initialize int

Added to DStress as http://dstress.kuehne.cn/run/a/auto_18_C.d http://dstress.kuehne.cn/run/a/auto_18_B.d http://dstress.kuehne.cn/run/a/auto_18_A.d

Thomas