http://d.puremagic.com/issues/show_bug.cgi?id=1734
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Andrej Mitrovic <[email protected]> 2013-02-04 18:01:08 PST --- Worst case scenario you can still use string mixins: string init() { return q{ a = 5; }; } void main() { int a; mixin(init); } So it's not all bad. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
