[phobos] [D-Programming-Language/phobos] 930c33: std.typecons.Proxy needs to import std.traits.isAr...

GitHub via phobos phobos at puremagic.com
Thu Aug 28 08:37:34 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 930c33dfb8ce1f586018a5bf60e898d5a9d09720
      https://github.com/D-Programming-Language/phobos/commit/930c33dfb8ce1f586018a5bf60e898d5a9d09720
  Author: Marc Schütz <schuetzm at gmx.net>
  Date:   2014-08-25 (Mon, 25 Aug 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  std.typecons.Proxy needs to import std.traits.isArray

... because it is a mixin template which is evaluated at the place of
instantiation, where isArray is likely not available.


  Commit: 6ef6dbef2239921317417386212fe7014abc7a5d
      https://github.com/D-Programming-Language/phobos/commit/6ef6dbef2239921317417386212fe7014abc7a5d
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Merge pull request #2463 from schuetzm/fix-proxy-traits-isarray

std.typecons.Proxy needs to import std.traits.isArray


Compare: https://github.com/D-Programming-Language/phobos/compare/00a42d880848...6ef6dbef2239


More information about the phobos mailing list