https://d.puremagic.com/issues/show_bug.cgi?id=12047
--- Comment #1 from Andrej Mitrovic <[email protected]> 2014-01-31 09:14:30 PST --- Ok this is even more serious than I thought: ----- template portable(alias func) { pragma(msg, "We're here"); } @portable!foo void foo(...) { } void main() { } ----- 2.064: $ dmd test.d > We're here 2.065 git-head: $ dmd test.d > The template is not being instantiated. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
