[Issue 15420] topN(Range, Range) does not respect its less predicate

2015-12-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15420

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15420] topN(Range, Range) does not respect its less predicate

2015-12-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15420

--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/66e01c324cd93b7775c1dc912e1618f8b957c894
Merge pull request #3863 from Infiltrator/patch-4

Fix Issue 15420 - topN(Range, Range) does not respect its less predicate

--


[Issue 15420] topN(Range, Range) does not respect its less predicate

2015-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15420

--- Comment #1 from Infiltrator  ---
https://github.com/D-Programming-Language/phobos/pull/3863

--