[phobos] [D-Programming-Language/phobos] ebe93d: Issue 10130 - Fix compile error when calling map o...

GitHub noreply at github.com
Wed Jun 19 07:07:37 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: ebe93db8c19132888169e880ea6ce0db8385acf6
      https://github.com/D-Programming-Language/phobos/commit/ebe93db8c19132888169e880ea6ce0db8385acf6
  Author: irritate <irritate at gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M std/algorithm.d
    M std/range.d

  Log Message:
  -----------
  Issue 10130 - Fix compile error when calling map on iota with const step.
Also fixed the similar issue for iota with const begin/end/step floats.


  Commit: 7f000bb980ef47dd161dc7426cafa7785b032d26
      https://github.com/D-Programming-Language/phobos/commit/7f000bb980ef47dd161dc7426cafa7785b032d26
  Author: irritate <irritate at gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Remove unnecessary mixin in static assert.


  Commit: 5521cca32a5a51cc2880d0f51fcbe1ab3773f88b
      https://github.com/D-Programming-Language/phobos/commit/5521cca32a5a51cc2880d0f51fcbe1ab3773f88b
  Author: irritate <irritate at gmail.com>
  Date:   2013-06-18 (Tue, 18 Jun 2013)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Just call Unqual once after CommonType.


  Commit: aa4d498466048b422761f8670302aa23dd0703e5
      https://github.com/D-Programming-Language/phobos/commit/aa4d498466048b422761f8670302aa23dd0703e5
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M std/algorithm.d
    M std/range.d

  Log Message:
  -----------
  Merge pull request #1354 from irritate/issue_10130

Issue 10130 - Fix compile error when calling map on iota with const step...


Compare: https://github.com/D-Programming-Language/phobos/compare/6054d6a3c386...aa4d49846604


More information about the phobos mailing list