digitalmars.D.bugs - [Issue 7404] New: std.range.SortedRange.release() property
- d-bugmail puremagic.com (25/25) Jan 30 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7404
- d-bugmail puremagic.com (6/6) Jan 30 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7404
- d-bugmail puremagic.com (12/12) Jun 09 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7404
http://d.puremagic.com/issues/show_bug.cgi?id=7404
Summary: std.range.SortedRange.release() property
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: nobody puremagic.com
ReportedBy: bearophile_hugs eml.cc
Is std.range.SortedRange.release() better as a (pure nothrow) property?
Its current (2.058head) implementation:
/**
Releases the controlled range and returns it.
*/
auto release()
{
return move(_input);
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 30 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7404 See also issue 7405 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 30 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7404
bearophile_hugs eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
With the recent changes to the way D is supposed to handle property syntax, I
think there is no more need to fix this.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 09 2013









d-bugmail puremagic.com 