October 30, 2012 [Issue 8914] New: Wrong `escaping reference` error on returning static array | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8914 Summary: Wrong `escaping reference` error on returning static array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: verylonglogin.reg@gmail.com --- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2012-10-30 17:09:52 MSK --- As static array is a value type, there should be no error: --- int[2] f(int[2] arr...) { return arr; } // Error: escaping reference to variadic parameter arr --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation