September 28, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 5186759832d67cf54b2ba8b50139ff8f89526422
      https://github.com/D-Programming-Language/phobos/commit/5186759832d67cf54b2ba8b50139ff8f89526422
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2012-09-20 (Thu, 20 Sep 2012)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  fix Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works


  Commit: ecff5a0899c9193c41f0a147a293603cacdab485
      https://github.com/D-Programming-Language/phobos/commit/ecff5a0899c9193c41f0a147a293603cacdab485
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2012-09-28 (Fri, 28 Sep 2012)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Merge pull request #808 from 9rnsr/fix8702

Issue 8702 - tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works


Compare: https://github.com/D-Programming-Language/phobos/compare/af92f50e104f...ecff5a0899c9