timotheecour Thu, 20 Sep 2012 16:05:15 -0700
inconsistent: auto a1=tuple(tuple(1));//CT error auto a2=tuple(tuple(1),1);//works
bug?