http://d.puremagic.com/issues/show_bug.cgi?id=11220
--- Comment #4 from Walter Bright <[email protected]> 2013-10-10 20:39:04 PDT --- And smaller still: int parsePrimaryExpression(int x) { parseAmbiguous!( (parsed){ x += 1; } )(); return 1; } typeof(handler(1)) parseAmbiguous(alias handler)() { return handler(parsePrimaryExpression(1)); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
