[Issue 8998] 'inout pure' returns immutable, which in reality is mutable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 3 16:07:34 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8998
--- Comment #3 from github-bugzilla at puremagic.com 2013-03-03 16:07:29 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/49b4d94ce98437f408f6c84b9afc36f141c01d5a
fix Issue 8998 - 'inout pure' returns immutable, which in reality is mutable
By fixing issue 7769 (relax inout rule), we cannot assume a function with inout
parameters as PUREstrong, because the return type may not have any inout
indirections.
--
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