[phobos] [D-Programming-Language/phobos] 5e0ce3: Fix #13872

GitHub via phobos phobos at puremagic.com
Fri Feb 6 10:41:15 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 5e0ce3747d3f725c16403f668017895716e5823e
      https://github.com/D-Programming-Language/phobos/commit/5e0ce3747d3f725c16403f668017895716e5823e
  Author: Jakob Ovrum <jakobovrum at gmail.com>
  Date:   2015-01-30 (Fri, 30 Jan 2015)

  Changed paths:
    M std/container/package.d
    M std/container/util.d

  Log Message:
  -----------
  Fix #13872

std.container.make!(Array!T) now returns a reference
to an actual container, not a 'null reference' that
initializes itself upon use.


  Commit: 041db2d8fac2b1cf5169be7188ea537a01f27586
      https://github.com/D-Programming-Language/phobos/commit/041db2d8fac2b1cf5169be7188ea537a01f27586
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-02-07 (Sat, 07 Feb 2015)

  Changed paths:
    M std/container/package.d
    M std/container/util.d

  Log Message:
  -----------
  Merge pull request #2804 from Panke/fix-13872

Fix #13872


Compare: https://github.com/D-Programming-Language/phobos/compare/3299c63e7500...041db2d8fac2


More information about the phobos mailing list