[Issue 1386] "string expected" when using allMembers-element in __traits(getMember, ...)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 31 05:04:38 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1386
------- Comment #2 from jascha at mainia.de 2007-07-31 07:04 -------
'member' should be evaluated at compile-time, since foreach usually works with
CTFE. if not, the error should be "cannot evaluate ... at compile time".
--
More information about the Digitalmars-d-bugs
mailing list