November 24, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: b46ca983f217cb319e94848cb168e246c1ac9f92
      https://github.com/dlang/phobos/commit/b46ca983f217cb319e94848cb168e246c1ac9f92
  Author: Nick Treleaven <n@trelsoft.com>
  Date:   2016-11-24 (Thu, 24 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Fix Issue 16478 - Don't allow to!T() in constraint

Use specialization to prefer to!S when S is a static array.


  Commit: bad369cea4d89621c98226f9231380ff6e4778d7
      https://github.com/dlang/phobos/commit/bad369cea4d89621c98226f9231380ff6e4778d7
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-11-24 (Thu, 24 Nov 2016)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Merge pull request #4922 from ntrel/to-empty-args

Really fix Issue 16478 - Don't allow to!T() in constraint


Compare: https://github.com/dlang/phobos/compare/6a059e752f26...bad369cea4d8