[Issue 4530] Tidier function types

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 29 14:51:29 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4530



--- Comment #4 from Stewart Gordon <smjg at iname.com> 2010-07-29 14:51:27 PDT ---
But as far as the parser is concerned, that's still a function call.  It's the
semantic analyser that identifies whether string is an actual function, a
function pointer or delegate, a type on which a static opCall is defined, an
object of a type that has an opCall, or whatever.

A function pointer declaration, on the other hand, is a syntactical form
distinct from all of these.

-- 
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