http://d.puremagic.com/issues/show_bug.cgi?id=8687
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice --- Comment #2 from Andrej Mitrovic <[email protected]> 2013-06-30 10:19:58 PDT --- Please note that in 2.063 the compiler now ICEs on this unsupported feature: ----- void foo(T...)(T args, string file = __FILE__) { } void main() { foo(); } ----- > Assertion failure: 'index < dim' on line 462 in file 'root\root.h' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
