[Issue 5874] alloca should be pure
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Apr 23 14:17:39 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5874
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2011-04-23 14:13:58 PDT ---
I approve of this.
In the meantime a workaround is to use a extern in the module (it's not
@trusted):
extern(C) pure nothrow void* alloca(in size_t size);
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list