[Issue 6482] New: std.algorithm.moveAll precondition
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Aug 12 12:57:57 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6482
           Summary: std.algorithm.moveAll precondition
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu
--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2011-08-12 12:57:54 PDT ---
which is
walkLength(src) >= walkLength(tgt)
Why would you ever permit a sink that cannot handle all the elements of the
source?
methinks it wants to be preventing this, not allowing it
walkLength(tgt) >= walkLength(src)
-- 
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