[Issue 9266] Cannot define two Tuple objects.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 3 16:32:16 PST 2013


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


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2013-01-03 16:32:14 PST ---
A little minimized:


template Foo(T...) {
    alias T Foo;
}
struct Bar(U...) {
    template spam(U...) {
        alias Foo!(FieldSpec!(U[0])) spam;
    }
    alias spam!U baz;
}
int main() {
    Bar!(ulong) a, b;
}

-- 
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