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 <jmdavisp...@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 <and...@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
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to