[Issue 6235] Regression(DMD 2.053) ICE on typeof(Range.init[0..$]) inside a templated struct/class
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 1 22:21:34 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6235
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #2 from yebblies <yebblies at gmail.com> 2011-07-02 15:16:36 EST ---
Using $ seems to be adding the declaration to the struct as a field.
Is there any reason $ is always a variable, not just re-written as
exp[... $ ... ] => exp[... exp.length ...] ?
--
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