warp: a fast C and C++ preprocessor

Jacob Carlborg doob at me.com
Sun Mar 30 23:29:40 PDT 2014


On 31/03/14 06:56, Brian Rogoff wrote:

> I made a first pass through. I notice that almost every 'alias' is of
> the form
>
>    alias existing_name new_name;
>
> I thought that in the latest D the alias syntax was
>
>    alias new_name = existing_name;
>
> Should I be following Walter's lead with respect to alias?

No, use the new syntax.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list