[Issue 9266] Cannot define two Tuple objects.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 8 17:30:33 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9266


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2013-01-08 17:30:31 PST ---
(In reply to comment #3)
> Further reduced test case:
> 
> template Foo(T...) {
>     T Foo;
> }
> 
> struct Bar()
> {
>     alias Foo!int f;
> }
> 
> void main() {
>     Bar!() a, b;
> }

Thanks for your work!

A pull request to fix the issue:
https://github.com/D-Programming-Language/dmd/pull/1447

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list