[phobos] [D-Programming-Language/phobos] 114e28: Use __traits(identifier) instead of stringof + sta...

GitHub via phobos phobos at puremagic.com
Thu Mar 31 17:53:49 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 114e2886d14a8ff1576f7b4c2788757cbade4261
      https://github.com/D-Programming-Language/phobos/commit/114e2886d14a8ff1576f7b4c2788757cbade4261
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Use __traits(identifier) instead of stringof + startsWith in std.typecons.Proxy

It's more lightweight.


  Commit: d462241e92fd2e50458faca0c88233524183d636
      https://github.com/D-Programming-Language/phobos/commit/d462241e92fd2e50458faca0c88233524183d636
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Merge pull request #4135 from 9rnsr/fix_Proxy

Use __traits(identifier) instead of stringof + startsWith in std.typecons.Proxy


Compare: https://github.com/D-Programming-Language/phobos/compare/f1863719ef27...d462241e92fd


More information about the phobos mailing list