[Issue 10705] recursive alias declaration
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 24 20:26:37 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10705
Jesse Phillips <Jesse.K.Phillips+D at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Jesse.K.Phillips+D at gmail.co
| |m
--- Comment #1 from Jesse Phillips <Jesse.K.Phillips+D at gmail.com> ---
Before the compiler can define what ShortRect is it must first create a
Rect!short, to create a Rect!short it needs to know what a ShortRect is.
This might be more of an enhancement than bug.
--
More information about the Digitalmars-d-bugs
mailing list