[Issue 6474] aliasing type tuple elements' members is onerous

2020-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6474 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6474] aliasing type tuple elements' members is onerous

2014-05-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6474 monkeywork...@hotmail.com changed: What|Removed |Added CC||monkeywork...@hotmail.com ---

[Issue 6474] aliasing type tuple elements' members is onerous

2013-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6474 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-31 13:36:42 PDT --- Just pasting this here as I've ran into it again: template test(T, Preds...) { enum bool test = Preds[0]!T; // error: semicolon expected, not '!'

[Issue 6474] aliasing type tuple elements' members is onerous

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6474 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-10 09:10:37 PST --- *** Issue 6740 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 6474] aliasing type tuple elements' members is onerous

2013-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6474 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|