Top 5

Denis Koroskin 2korden at gmail.com
Wed Oct 8 16:13:12 PDT 2008


On Thu, 09 Oct 2008 00:07:27 +0400, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> Ok, per Aarti's suggestion: without speaking officially for Walter, let  
> me ask this - what do you think are the top issues you'd like to see  
> fixed in D?
>
> Andrei

One more, if you please:

class Foo(T)
{
}

Foo!(Foo!(Foo!(int))) bar;
pragma(msg, typeof(bar).stringof);

Always prints Foo regardless of template arguments. Giving correct  
template class name (with all the dependencies) would make template  
debugging alot more easier.



More information about the Digitalmars-d mailing list