December 06, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: cdd2acb0d58b38659260348d4fb78d2aba6db51c
      https://github.com/dlang/phobos/commit/cdd2acb0d58b38659260348d4fb78d2aba6db51c
  Author: Nick Treleaven <n@trelsoft.com>
  Date:   2016-11-24 (Thu, 24 Nov 2016)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  Fix Issue 16758 - Variant.opIndex result not modified after opAssign

Add VariantN.opIndexOpAssign.
Also undocument & tweak test for const(Variant).opIndex.


  Commit: 94d3786d6995dbc2fafdba1408dd6d7974d91625
      https://github.com/dlang/phobos/commit/94d3786d6995dbc2fafdba1408dd6d7974d91625
  Author: Jack Stouffer <jack@jackstouffer.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #4923 from ntrel/variant-opIndexOpAssign

Fix Issue 16758 - Variant.opIndex result not modified after opAssign


Compare: https://github.com/dlang/phobos/compare/eef757a0ab2f...94d3786d6995