tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works

timotheecour thelastmammoth at gmail.com
Thu Sep 20 16:04:32 PDT 2012


inconsistent:
auto a1=tuple(tuple(1));//CT error
auto a2=tuple(tuple(1),1);//works

bug?


More information about the Digitalmars-d-learn mailing list