Is this a bug when creating proxies in classes?

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 26 13:41:46 PDT 2014


On Tuesday, 26 August 2014 at 18:13:52 UTC, Gary Willoughby wrote:
> With that in mind what is strange is that if in my example you 
> change the class for a struct everything works as expected. Why 
> is that?

This is bizarre... I tried a few things, but I have no idea. At 
first I thought the `static if` that calls `isArray` is inside 
another `static if`, but this is not the case.

Might be a compiler bug?


More information about the Digitalmars-d-learn mailing list