[phobos] [D-Programming-Language/phobos] 7c91df: Make std.container.make alias-able.

GitHub noreply at github.com
Wed Feb 6 22:41:56 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 7c91df868f2f5230142fed1f4aaf0940e7f2c8bd
      https://github.com/D-Programming-Language/phobos/commit/7c91df868f2f5230142fed1f4aaf0940e7f2c8bd
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Make std.container.make alias-able.

make is particularly useful for handling the construction of different
range types in unit tests, but it works much better if it can be aliased
so that the construction is fully generic. Also, the fact that make has
not been able to construct structs with no arguments is needlessly
restrictive.


  Commit: 19fb0d348d95beef134ce40967bbf89df8eddc20
      https://github.com/D-Programming-Language/phobos/commit/19fb0d348d95beef134ce40967bbf89df8eddc20
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-02-06 (Wed, 06 Feb 2013)

  Changed paths:
    M std/container.d

  Log Message:
  -----------
  Merge pull request #1118 from jmdavis/container

Make std.container.make alias-able.


Compare: https://github.com/D-Programming-Language/phobos/compare/a984cd4aaf65...19fb0d348d95


More information about the phobos mailing list