[phobos] [D-Programming-Language/phobos] 8a7083: Implement RedBlackTree.opEquals ...

GitHub noreply at github.com
Sun Oct 28 09:00:33 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 8a70832ef5bb67cc666d3f2004a98650845c9628
      https://github.com/D-Programming-Language/phobos/commit/8a70832ef5bb67cc666d3f2004a98650845c9628
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Implement RedBlackTree.opEquals ...

... to actually compare tree contents. The current reference semantics
is not suitable for ==; for that we have 'is'.


  Commit: 1b7e7eb506baef185f94298af7a534cb13e5bf66
      https://github.com/D-Programming-Language/phobos/commit/1b7e7eb506baef185f94298af7a534cb13e5bf66
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #900 from quickfur/rbtree_opEquals

Implement RedBlackTree.opEquals ... (issue 8896)


Compare: https://github.com/D-Programming-Language/phobos/compare/8389e7deb280...1b7e7eb506ba


More information about the phobos mailing list