December 11, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f6b421121ff945c08bca5bafd8df07913d64a727
      https://github.com/D-Programming-Language/dmd/commit/f6b421121ff945c08bca5bafd8df07913d64a727
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2012-12-11 (Tue, 11 Dec 2012)

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

  Log Message:
  -----------
  fix Issue 9124 - Object variable of variadic template struct needs explicit "this" in certain situations


  Commit: 8e22c48774d4200c80e5808f5c0658d28a0625fc
      https://github.com/D-Programming-Language/dmd/commit/8e22c48774d4200c80e5808f5c0658d28a0625fc
  Author: Walter Bright <walter@walterbright.com>
  Date:   2012-12-11 (Tue, 11 Dec 2012)

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

  Log Message:
  -----------
  Merge pull request #1366 from 9rnsr/fix9124

Issue 9124 - Object variable of variadic template struct needs explicit "this" in certain situations


Compare: https://github.com/D-Programming-Language/dmd/compare/5752497c08bc...8e22c48774d4