digitalmars.D.bugs - [Issue 6483] New: std.container.moveBack
- d-bugmail puremagic.com (20/20) Aug 12 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6483
- d-bugmail puremagic.com (14/14) Feb 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=6483
- d-bugmail puremagic.com (9/9) Jul 23 2012 http://d.puremagic.com/issues/show_bug.cgi?id=6483
- d-bugmail puremagic.com (9/9) Jul 23 2012 http://d.puremagic.com/issues/show_bug.cgi?id=6483
http://d.puremagic.com/issues/show_bug.cgi?id=6483
Summary: std.container.moveBack
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: websites
AssignedTo: nobody puremagic.com
ReportedBy: ellery-newcomer utulsa.edu
13:03:25 PDT ---
documentation seems to be copied unchanged from moveFront in the table of
container functions:
"Destructively reads and returns the first element of the container"
curious semantics, these.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 12 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6483
Yao Gomez <yao.gomez gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yao.gomez gmail.com
Maybe just change it to: "Destructively reads and returns the last element of
the container. The slot is not removed from the container; it is left
initalized with T.init. This routine need not be defined if back returns a
ref."
But the last sentence is correct for the moveBack method?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 06 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6483 Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2b715883271d92eedeabe202cc9a3c606e468acd fix Issue 6483 - std.container.moveBack documentation -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 23 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6483
Kenji Hara <k.hara.pg gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 23 2012









d-bugmail puremagic.com 