July 18, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 399e811eb3cabc9a3839f063962da840fc946343
      https://github.com/D-Programming-Language/phobos/commit/399e811eb3cabc9a3839f063962da840fc946343
  Author: Don Clugston <don.clugston@sociomantic.com>
  Date:   2012-07-17 (Tue, 17 Jul 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Undo workaround for bug 7898

Undo commit 12a866f03, which was a fix for
7898 [CTFE] std.algorithm:copy fails when used with two arrays.
The workaround is unnecessary now that
8216 CTFE should allow 'pointer is inside range' comparisons
has been implemented in the compiler.


  Commit: 8d8f109e06583c99333a348385bd9abae6ae071d
      https://github.com/D-Programming-Language/phobos/commit/8d8f109e06583c99333a348385bd9abae6ae071d
  Author: Brad Roberts <braddr@puremagic.com>
  Date:   2012-07-18 (Wed, 18 Jul 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #700 from donc/undo7898workaround

Undo workaround for bug 7898


Compare: https://github.com/D-Programming-Language/phobos/compare/2a51ae004eeb...8d8f109e0658