[Issue 9266] Cannot define two Tuple objects.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 4 16:49:32 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9266
--- Comment #3 from Artem Tarasov <lomereiter at gmail.com> 2013-01-04 16:49:30 PST ---
Further reduced test case:
template Foo(T...) {
T Foo;
}
struct Bar()
{
alias Foo!int f;
}
void main() {
Bar!() 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