Re: Does the new alias syntax not support extern for function types?

2013-01-15 Thread Mike Parker
On Monday, 14 January 2013 at 21:00:12 UTC, Simen Kjaeraas wrote: alias foo = extern(System) void function(); Gives me an error about expecting basic type, not extern. extern(System) alias void function() foo;

Re: Does the new alias syntax not support extern for function types?

2013-01-15 Thread Simen Kjaeraas
On 2013-04-15 13:01, Mike Parker aldac...@gmail.com wrote: On Monday, 14 January 2013 at 21:00:12 UTC, Simen Kjaeraas wrote: alias foo = extern(System) void function(); Gives me an error about expecting basic type, not extern. extern(System) alias void function() foo; But that's the old