October 07, 2013 [Issue 11193] New: [ICE] String template argument mixed with variadic template arguments causes ICE | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11193 Summary: [ICE] String template argument mixed with variadic template arguments causes ICE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: monkeyworks12@hotmail.com --- Comment #0 from monkeyworks12@hotmail.com 2013-10-07 16:20:26 PDT --- void test(string str, A...)(typeof([A]) a) { } void main(string[] args) { test!("a b c") = [1, 2, 3]; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation