January 18, 2013 [phobos] [D-Programming-Language/phobos] 41a9f1: Fix Issue 6408 - Phobos fixes | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation