[phobos] [D-Programming-Language/phobos] 080a3f: Enhancement of hasUnsharedAliasing for void delega...

GitHub noreply at github.com
Tue Oct 30 09:29:09 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 080a3f3188914d5df904b9db439bccf03b200f5a
      https://github.com/D-Programming-Language/phobos/commit/080a3f3188914d5df904b9db439bccf03b200f5a
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Enhancement of hasUnsharedAliasing for void delegate() shared

- hasAliasing supports `void delegate() immutable`
- hasAliasing supports `immutable(void delegate())`
- hasUnsharedAliasing supports `void delegate() shared` and `void delegate() immutable`
- hasUnsharedAliasing supports `immmutable(void delegate())`
- Add some unittest cases.


  Commit: 10a6d5d3053b07c97ff08841652611cec347c001
      https://github.com/D-Programming-Language/phobos/commit/10a6d5d3053b07c97ff08841652611cec347c001
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #912 from shoo/hasUnsharedAliasing_for_delegate_shared

Enhancement of hasUnsharedAliasing for void delegate() shared


Compare: https://github.com/D-Programming-Language/phobos/compare/37b46faaea95...10a6d5d3053b


More information about the phobos mailing list