December 31, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 2e69efed7eae065f8b76fac2f1465fbf8fd7e977
      https://github.com/D-Programming-Language/phobos/commit/2e69efed7eae065f8b76fac2f1465fbf8fd7e977
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  fix Issue 13871 - Segmentation fault from std/variant.d:609

A variant to variant assignment is specially handled by OpID.copyOut. Therefore, destroying original value before the copyOut call is problematic.


  Commit: 01b1ed2463c89586d40cb143ec3320e7db344114
      https://github.com/D-Programming-Language/phobos/commit/01b1ed2463c89586d40cb143ec3320e7db344114
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2014-12-31 (Wed, 31 Dec 2014)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #2827 from 9rnsr/fix13871

[REG2.067a] Issue 13871 - Segmentation fault from std/variant.d:609


Compare: https://github.com/D-Programming-Language/phobos/compare/356c5e9a4724...01b1ed2463c8