http://d.puremagic.com/issues/show_bug.cgi?id=5050
Summary: No way to declare delegates with ref return
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Simen Kjaeraas <[email protected]> 2010-10-13 11:48:54
PDT ---
ref int delegate( ref int ) r = ( ref int a ) { return a; };
The above gives "found 'ref' instead of statement"
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------