[Issue 2753] Cannot declare pointer to function returning ref

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 24 02:26:00 PDT 2009


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





------- Comment #5 from smjg at iname.com  2009-03-24 04:26 -------
(In reply to comment #4)
> (In reply to comment #3)
>> int foo(int function() ref goo);  // ref parameter
>> int goo(int ref function() foo);  // ref return in parameter
> Providing the place between return type and function name for function
> attributes... interesting...

Any particular reason you feel it still has to count as a function attribute?


-- 



More information about the Digitalmars-d-bugs mailing list