February 12, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 80ef8ef7f5f85ed8e7bf5b4d51eea9bc99f0f6d6
      https://github.com/D-Programming-Language/phobos/commit/80ef8ef7f5f85ed8e7bf5b4d51eea9bc99f0f6d6
  Author: Peter Alexander <peter.alexander.au@gmail.com>
  Date:   2014-02-12 (Wed, 12 Feb 2014)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Fix Issue 7287 - BinaryHeap example

Two changes:

1. Fixed the array in the final assert. Not sure where the original array came from -- not Intro to Algorithms, I checked my copy!
2. Moved to documented unit test so we make sure it actually passes.

https://d.puremagic.com/issues/show_bug.cgi?id=7287


  Commit: a60b269425a3133d5c26794067c03c329255742c
      https://github.com/D-Programming-Language/phobos/commit/a60b269425a3133d5c26794067c03c329255742c
  Author: monarch dodra <monarchdodra@gmail.com>
  Date:   2014-02-12 (Wed, 12 Feb 2014)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #1931 from Poita/bug7287

Fix Issue 7287 - BinaryHeap example


Compare: https://github.com/D-Programming-Language/phobos/compare/4a7f1a9bf1b8...a60b269425a3