[Issue 2753] Cannot declare pointer to function returning ref
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 24 02:17:36 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2753
------- Comment #4 from maxmo at pochta.ru 2009-03-24 04:17 -------
(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...
--
More information about the Digitalmars-d-bugs
mailing list