[Issue 9985] Postblit isn't called on local struct return
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 28 12:47:05 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9985
--- Comment #11 from github-bugzilla at puremagic.com 2013-04-28 12:46:59 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/15912c73192ef85d8cfaceb457c1af19dd575640
fix Issue 9985 - Postblit isn't called on local struct return
Until 'ref' deduction finished, auto ref function is not an actual ref
function. So compiler should keep NRVO ability.
https://github.com/D-Programming-Language/dmd/commit/66f3122cd17c1584db723370de27cd47f025e373
Merge pull request #1933 from 9rnsr/fix9985
Issue 9985 - Postblit isn't called on local struct return
--
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