On 4/25/12 1:05 PM, Andrej Mitrovic wrote:
On 4/25/12, bearophile<[email protected]>  wrote:
Mehrdad:

if D
hadn't been so shortsighted and hadn't removed typedef's...

Now there's std.typecons.Typedef

Right, but the error messages will be awful, e.g.:

struct None { }
alias Typedef!None HWND;

You need Typedef!(None*).

Andrei

Reply via email to