On Monday, 3 October 2016 at 09:21:37 UTC, Jonathan M Davis wrote:
[...]

Is this bug ever going to be fixed?

I can't do

enum X : Y
{
   a = 1
}

because 1 is not implicitly convertible to Y, even though Y is aliased to an int so it should be.

Reply via email to