[Issue 2085] CTFE fails if the function is forward referenced
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 6 04:19:06 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2085
------- Comment #1 from maxmo at pochta.ru 2009-04-06 06:19 -------
another example
----
enum { a=b() }
int b(){ return 0; }
----
--
More information about the Digitalmars-d-bugs
mailing list