[phobos] [D-Programming-Language/phobos] 1323bd: fix Issue 12071 - Algebraic won't take delegate re...

GitHub noreply at github.com
Thu Feb 13 19:18:29 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 1323bd4f00c2dec3fc41f105957a521a9daa84ae
      https://github.com/D-Programming-Language/phobos/commit/1323bd4f00c2dec3fc41f105957a521a9daa84ae
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  fix Issue 12071 - Algebraic won't take delegate returning structure

Use `Variant` rather than `VariantN` in order to pack arguments and returned value in opCall.


  Commit: 3089fb2d0bda4215aba712a3b6a7bef8a5a2a20c
      https://github.com/D-Programming-Language/phobos/commit/3089fb2d0bda4215aba712a3b6a7bef8a5a2a20c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-13 (Thu, 13 Feb 2014)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #1909 from 9rnsr/fix12071

[REG2.065a] Issue 12071 - Algebraic won't take delegate returning structure


Compare: https://github.com/D-Programming-Language/phobos/compare/b9376581bd42...3089fb2d0bda


More information about the phobos mailing list