[Issue 15862] allocating storage in pure functions should not result in caching return values of them
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Oct 14 14:30:45 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15862
Andrei Alexandrescu <andrei at erdani.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrei at erdani.com
--- Comment #8 from Andrei Alexandrescu <andrei at erdani.com> ---
Hm, I liked the previous title better because "allocating storage" is not
defined at language level (could come from malloc, specialized allocators etc)
whereas "mutable indirections" are part of the language.
--
More information about the Digitalmars-d-bugs
mailing list