Why typedef's shouldn't have been removed :(

Maxim Fomin maxim at maxim-fomin.ru
Fri May 4 22:25:22 PDT 2012


On Saturday, 5 May 2012 at 05:02:48 UTC, Mehrdad wrote:
> Now it's impossible to figure out whether a ParameterTypeTuple 
> contains an HWND versus an HGDIOBJ or whatever...
>
> this should really be fixed...

Features like this:

typedef int type = 5;
type var;
var.init; // is 5

AFAIK are also lost.


More information about the Digitalmars-d mailing list