October 17, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: ac7cc674c128e26c2584081e60075502540fa87a
      https://github.com/dlang/phobos/commit/ac7cc674c128e26c2584081e60075502540fa87a
  Author: Martin Nowak <code@dawg.eu>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  no need to use parameter names to get defaults


  Commit: c5c1360259d56c7849ad8026c7100a1b560ef423
      https://github.com/dlang/phobos/commit/c5c1360259d56c7849ad8026c7100a1b560ef423
  Author: Martin Nowak <code@dawg.eu>
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  remove unused branch

- variadic template parameters cannot be a function (always need to use func[0])


  Commit: c5d94717b9c86be3554a3c3ee37512002e2c779c
      https://github.com/dlang/phobos/commit/c5d94717b9c86be3554a3c3ee37512002e2c779c
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #4862 from MartinNowak/parameter_defaults_cruft

remove ParameterDefaults cruft


Compare: https://github.com/dlang/phobos/compare/7fe1366ed1ed...c5d94717b9c8