[phobos] [D-Programming-Language/phobos] 41a9f1: Fix Issue 6408 - Phobos fixes

GitHub noreply at github.com
Fri Jan 18 00:47:15 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 41a9f1fa05c15a5e086aafb982d7852022723467
      https://github.com/D-Programming-Language/phobos/commit/41a9f1fa05c15a5e086aafb982d7852022723467
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-01-18 (Fri, 18 Jan 2013)

  Changed paths:
    M std/format.d
    M std/range.d
    M std/string.d
    M std/traits.d

  Log Message:
  -----------
  Fix Issue 6408 - Phobos fixes

Do not use typeof(Type[0]) to get the element type of an array, use typeof(Type.init[0])


  Commit: c60f25edd3ec48177d2a32bc654de36c86c282dd
      https://github.com/D-Programming-Language/phobos/commit/c60f25edd3ec48177d2a32bc654de36c86c282dd
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-01-18 (Fri, 18 Jan 2013)

  Changed paths:
    M std/format.d
    M std/range.d
    M std/string.d
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #1077 from yebblies/issue6408

Fix Issue 6408 - Phobos fixes


Compare: https://github.com/D-Programming-Language/phobos/compare/00c95c17d6bc...c60f25edd3ec


More information about the phobos mailing list