January 12, 2016
  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 4013498c9e5fcb4c2ea0d75b69a2518db3c1f9d4
      https://github.com/D-Programming-Language/phobos/commit/4013498c9e5fcb4c2ea0d75b69a2518db3c1f9d4
  Author: Jack Stouffer <jack@jackstouffer.com>
  Date:   2016-01-09 (Sat, 09 Jan 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Fixed template constraint in topN


  Commit: dbf8ad9b7ba21f57903e8647a4cd406a2c4b586a
      https://github.com/D-Programming-Language/phobos/commit/dbf8ad9b7ba21f57903e8647a4cd406a2c4b586a
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Merge pull request #3914 from JackStouffer/patch-4

Fix Too Permissive Template Constraint in topN


Compare: https://github.com/D-Programming-Language/phobos/compare/144641f5c7f5...dbf8ad9b7ba2