Thread overview
[Issue 7404] New: std.range.SortedRange.release() property
January 31, 2012
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


--- Comment #0 from bearophile_hugs@eml.cc 2012-01-30 17:35:57 PST ---
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: -------
January 31, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7404



--- Comment #1 from bearophile_hugs@eml.cc 2012-01-30 17:40:04 PST ---
See also issue 7405

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7404


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


--- Comment #2 from bearophile_hugs@eml.cc 2013-06-09 14:31:40 PDT ---
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: -------