[phobos] [D-Programming-Language/phobos] 9719cf: Modernize syntax: template(T)+enum --> enum(T) etc...

GitHub noreply at github.com
Thu Nov 28 13:57:04 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 9719cfcc0ac251efe1966fc72429e18a134a50e2
      https://github.com/D-Programming-Language/phobos/commit/9719cfcc0ac251efe1966fc72429e18a134a50e2
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-11-28 (Thu, 28 Nov 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Modernize syntax: template(T)+enum --> enum(T) etc.


  Commit: 924ddac4e6c88010304cdd7ddbb07994891a0543
      https://github.com/D-Programming-Language/phobos/commit/924ddac4e6c88010304cdd7ddbb07994891a0543
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-11-28 (Thu, 28 Nov 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Turn the venerable alias A B; to alias B = A;


  Commit: d27811a1d966bc14b7064f61e1f5dcb9ea1e0d89
      https://github.com/D-Programming-Language/phobos/commit/d27811a1d966bc14b7064f61e1f5dcb9ea1e0d89
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2013-11-28 (Thu, 28 Nov 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  ctRegex is no experiment anymore


  Commit: 086d9bd34e4fee1a6fb5165e145f1693b12446a1
      https://github.com/D-Programming-Language/phobos/commit/086d9bd34e4fee1a6fb5165e145f1693b12446a1
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2013-11-28 (Thu, 28 Nov 2013)

  Changed paths:
    M std/regex.d

  Log Message:
  -----------
  Merge pull request #1733 from blackwhale/nice-templ-regex

Use the new template syntax in std.regex


Compare: https://github.com/D-Programming-Language/phobos/compare/a419cd25ffa0...086d9bd34e4f


More information about the phobos mailing list