[Issue 1364] 2.003 traits within loop

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 3 14:44:03 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1364


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #3 from bugzilla at digitalmars.com  2007-09-03 16:44 -------
The problem is that 't' is a runtime variable, not a string literal. When D
gets a static foreach, this kind of program will work.


-- 



More information about the Digitalmars-d-bugs mailing list