[Issue 6392] New: function pointers should be convertible to delegates
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jul 28 07:43:46 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6392
Summary: function pointers should be convertible to delegates
Product: D
Version: D2
Platform: x86_64
OS/Version: Windows
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: gor at boloneum.com
--- Comment #0 from Gor Gyolchanyan <gor at boloneum.com> 2011-07-28 07:43:45 PDT ---
if a delegate is a fat pointer, containing the context pointer and the function
pointer, why isn't it legal to have a context pointer of null, allowing any
function to be viewed as a delegate? It will save lots of effort, making
duplicates of code for function pointers and delegates. To resolve the problem
of the hidden context parameter of the delegate function, for example, a simple
test for null may be used to determine whether the context pointer should be
passed or not.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list