June 18, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 348bd95e0663f8748957b0f44e24b55c24811c58
      https://github.com/dlang/phobos/commit/348bd95e0663f8748957b0f44e24b55c24811c58
  Author: Mathias Lang <mathias.lang@sociomantic.com>
  Date:   2016-06-09 (Thu, 09 Jun 2016)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Issue 16142: Correct test for hasElaborateAssign

Nested member's `@disable opAssign` should propagate to parents.


  Commit: a26026478cd337b89396e70c9e9186ebde172c51
      https://github.com/dlang/phobos/commit/a26026478cd337b89396e70c9e9186ebde172c51
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-06-18 (Sat, 18 Jun 2016)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #4421 from mathias-lang-sociomantic/dmd-pr-5854

Issue 16142: Correct test for hasElaborateAssign


Compare: https://github.com/dlang/phobos/compare/1bc9544fbf05...a26026478cd3