[Issue 15862] Functions that return types with mutable indirections should be weakly pure, not strongly pure
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Nov 1 02:17:34 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15862
--- Comment #15 from github-bugzilla at puremagic.com ---
Commits pushed to scope at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/4dfc9e9252220ef724412a74b3a8caf862d0a95e
fix Issue 15862 - allocating storage in pure functions should not result in
caching return values of them
https://github.com/dlang/dmd/commit/ab9d712ad6b6a2f59e1e4427bf1627968fc65c8c
Merge pull request #6197 from WalterBright/fix15862
--
More information about the Digitalmars-d-bugs
mailing list