digitalmars.D.bugs - [Issue 5050] New: No way to declare delegates with ref return
- d-bugmail puremagic.com (19/19) Oct 13 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5050
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: nobody puremagic.com
ReportedBy: simen.kjaras gmail.com
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: -------
Oct 13 2010








d-bugmail puremagic.com