https://d.puremagic.com/issues/show_bug.cgi?id=12387
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #1 from Walter Bright <[email protected]> 2014-03-17 04:02:00 PDT --- malloc and friends affect global state and therefore are not pure. The gc is special in that it is allowed to modify global state and yet remain pure. malloc is not special. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
