Shouldn't __traits return Tuples?

Trass3r mrmocool at gmx.de
Wed Apr 1 10:12:55 PDT 2009


Trass3r schrieb:
> foreach (member; __traits (allMembers, Class))
> {
>     foreach (overload; __traits (getVirtualFunctions, Class, member))
>     {
>         // do stuff
>     }
> }
> 

omg, those bugs are known for nearly 2 years now.
http://d.puremagic.com/issues/show_bug.cgi?id=1386
http://d.puremagic.com/issues/show_bug.cgi?id=1499



More information about the Digitalmars-d mailing list