SOme fun with D compiler

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 18 04:36:05 PDT 2016


On 10/18/16 7:06 AM, wobbles wrote:
> Compiler bug?
>
> Looks like it's constantly going in circles trying to figure out what
> the hell 'xxx' is :)
> I cancelled compilation after a minute of 100% CPU usage so not sure if
> it will ever finish.

If I add:

alias byRef this;

to Namespace's example either in Vector2f or ByRef, I get the same 
behavior. Daniel, could you please submit all three examples in an issue?

Thanks,

Andrei


More information about the Digitalmars-d mailing list