[Issue 7404] New: std.range.SortedRange.release() property
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jan 30 17:35:57 PST 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 at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list