[Issue 6475] template identifier is not a member of alias
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 18 12:04:17 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6475
--- Comment #2 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2012-02-18 12:04:15 PST ---
and again.
dmd 2.058 64 bit
code:
class Foo(Value){
template T1(size_t n){ alias int T1; }
}
void main(){
alias Foo!(int) C2;
alias C2.T1!0 a1;
}
fireworks:
junk.d(5): Error: alias junk.main.C2 template identifier T1 is not a member of
alias C2
--
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