[phobos] [D-Programming-Language/phobos] 8881a3: Workaround for bug# 4789 removed.

GitHub noreply at github.com
Sun Aug 5 15:38:05 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 8881a31541e05a494703ed276777afe0fedf2096
      https://github.com/D-Programming-Language/phobos/commit/8881a31541e05a494703ed276777afe0fedf2096
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-07-11 (Wed, 11 Jul 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Workaround for bug# 4789 removed.

The "workaround" for bug# 4789 was correct, because it _is_ illegal to
assign overlapping arrays, which assigning a static array to itself
does.


  Commit: 8cddf7d1769b1dbcf8f646a7cb4c9e19157cad83
      https://github.com/D-Programming-Language/phobos/commit/8cddf7d1769b1dbcf8f646a7cb4c9e19157cad83
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-08-05 (Sun, 05 Aug 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #682 from jmdavis/swap

Workaround for bug# 4789 removed.


Compare: https://github.com/D-Programming-Language/phobos/compare/f541d19e9c83...8cddf7d1769b


More information about the phobos mailing list