[dmd-internals] [D-Programming-Language/dmd] 4b7c17: fix Issue 8129 - Cannot deduce template function w...

GitHub noreply at github.com
Mon Jun 11 17:12:54 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4b7c17da9fe105ff46a2e816da7fabc976ab364f
      https://github.com/D-Programming-Language/dmd/commit/4b7c17da9fe105ff46a2e816da7fabc976ab364f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M src/mtype.c
    M src/mtype.h
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 8129 - Cannot deduce template function when using partially specified type in function parameter


  Commit: 8fa7bdd28f857cde150a40ff2afa600f809fcc52
      https://github.com/D-Programming-Language/dmd/commit/8fa7bdd28f857cde150a40ff2afa600f809fcc52
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-06-11 (Mon, 11 Jun 2012)

  Changed paths:
    M src/mtype.c
    M src/mtype.h
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #983 from 9rnsr/fix8129

Issue 8129 - Cannot deduce template function when using partially specified type in function parameter


Compare: https://github.com/D-Programming-Language/dmd/compare/a2106281dee2...8fa7bdd28f85


More information about the dmd-internals mailing list