[Issue 14561] Large enums cannot be parsed due to too many recursive template expansions
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat May 9 09:30:27 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14561
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
Component|DMD |Phobos
--- Comment #1 from yebblies <yebblies at gmail.com> ---
I've hit this same issue, and considered posting about it on that pull request.
But I'm pretty sure the real problem here is that EnumMembers instantiates
with the list[1..$] pattern when it has other options.
--
More information about the Digitalmars-d-bugs
mailing list