Cannot implicitly convert expression (struct this)

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 23 08:52:10 PDT 2017


On Thursday, 22 June 2017 at 09:57:44 UTC, Andre Pany wrote:
> This line raises the error:
> TestStruct s2 = TestStruct(Reason.FU);
>>> Error: cannot implicitly convert expression ("Fu") of type 
>>> Reason to InitialEnum!(Reason)
>
> While this line is working fine:
> TestStruct s1 = {reason: Reason.FU};

I think these should be equivalent, report a bug.


More information about the Digitalmars-d-learn mailing list