Thread overview |
---|
November 29, 2011 [Issue 7029] New: std.container.Array cannot use insertAfter | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7029 Summary: std.container.Array cannot use insertAfter Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: zan77137@nifty.com --- Comment #0 from SHOO <zan77137@nifty.com> 2011-11-29 07:20:16 PST --- This code cannot compile! import std.container; void main() { Array!int ary; ary.insertAfter(ary[], 1); // <- NG } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 01, 2011 [Issue 7029] std.container.Array cannot use insertAfter | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=7029 --- Comment #1 from SHOO <zan77137@nifty.com> 2011-12-01 06:44:37 PST --- https://github.com/D-Programming-Language/druntime/pull/92 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 01, 2011 [Issue 7029] std.container.Array cannot use insertAfter | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=7029 --- Comment #2 from SHOO <zan77137@nifty.com> 2011-12-01 06:45:49 PST --- Oops! My bad. -- 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