[Issue 2085] CTFE fails if the function is forward referenced
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon May 18 03:43:28 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2085
Sobirari Muhomori <maxmo at pochta.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxmo at pochta.ru
--- Comment #2 from Sobirari Muhomori <maxmo at pochta.ru> 2009-05-18 03:43:27 PDT ---
This bug is hit regularly when porting C to D.
It's a shame that C macros don't suffer from this ordering bug :)
---
#define a b(0)
#define b(c) (c+1)
---
--
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