[dmd-internals] [D-Programming-Language/dmd] 445e17: fix Issue 12421 - Allow simpler syntax for lambda ...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Oct 13 05:35:59 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 445e1734f450f8e4a5c2f38b5ad0dfe2c937f897
      https://github.com/D-Programming-Language/dmd/commit/445e1734f450f8e4a5c2f38b5ad0dfe2c937f897
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/declaration.d
    M src/parse.d
    M test/runnable/funclit.d

  Log Message:
  -----------
  fix Issue 12421 - Allow simpler syntax for lambda template declarations


  Commit: 78820390932309c1c5503770ebcaec338bd69b88
      https://github.com/D-Programming-Language/dmd/commit/78820390932309c1c5503770ebcaec338bd69b88
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
    M src/declaration.d
    M src/parse.d
    M test/runnable/funclit.d

  Log Message:
  -----------
  Merge pull request #3638 from 9rnsr/fix12421

Issue 12421 - Allow simpler syntax for lambda template declarations


Compare: https://github.com/D-Programming-Language/dmd/compare/9126aeeccb39...788203909323


More information about the dmd-internals mailing list