[Issue 4418] Is alloca() pure?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jul 13 09:47:56 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4418
--- Comment #2 from bearophile_hugs at eml.cc 2010-07-13 09:47:55 PDT ---
A D function that uses some kind of implementation of C99 Variable Length
Arrays can be pure (and they get deallocated at the end of their scope, for
example at the end of a for loop, and not only at the end of the function).
--
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