[Issue 1075] dmd reject valid code
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 21 11:16:56 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1075
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from bugzilla at digitalmars.com 2007-03-21 13:16 -------
Static strings can be modified at runtime, which is why this isn't compilable
(it must be known at compile time). Try doing static const char[] instead, that
should work.
--
More information about the Digitalmars-d-bugs
mailing list