[Issue 1542] static array size limitation is too restrictive
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 12 02:41:56 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1542
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Comment #1 from bugzilla at digitalmars.com 2008-11-12 04:41 -------
The linker (optlink) fails with symbols that have more than 16Kb of static
data. It isn't an onerous restriction, as the array can be easily new'd
instead.
--
More information about the Digitalmars-d-bugs
mailing list