October 22, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: cf3134e01c1184a7fe26eb5fbb25eb7ca1dfae97
      https://github.com/dlang/phobos/commit/cf3134e01c1184a7fe26eb5fbb25eb7ca1dfae97
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  sorting: Avoid using $ on generic ranges

It is not guaranteed to exist even if hasLength is true.


  Commit: fa54b85dd97598f3cf775a1b36bc0d8944f45f18
      https://github.com/dlang/phobos/commit/fa54b85dd97598f3cf775a1b36bc0d8944f45f18
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
    M std/algorithm/sorting.d

  Log Message:
  -----------
  Merge pull request #4874 from klickverbot/sorting-dollar

sorting: Avoid using $ on generic ranges


Compare: https://github.com/dlang/phobos/compare/2863b44e39aa...fa54b85dd975