[Issue 14340] AssertError in std.algorithm.sorting: unstable sort fails to sort an array with a custom predicate
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Oct 29 07:15:03 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14340
Andrei Alexandrescu <andrei at erdani.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei at erdani.com
         Resolution|---                         |INVALID
--- Comment #9 from Andrei Alexandrescu <andrei at erdani.com> ---
I'll close this. There is no guarantee we offer that the array being sorted has
the same content at all times when the predicate is being used.
--
    
    
More information about the Digitalmars-d-bugs
mailing list