-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ugly code for anonymous union inside struct #297
Comments
I just copied the definition into a D file and it compiled fine. I don't remember/know why it was done this way, but given the way I work (TDD) I doubt it was for no reason but who knows. Maybe there was a reason and there isn't anymore. In any case, the translations aren't really meant to be read - and while this is apparently unneeded, it also doesn't cause any problems. If you feel like tackling it, then PRs welcome. |
There are problems.
Error: cannot implicitly convert expression |
I would have led with that instead of "ugly code" ;) Adding a test now. |
Produces:
I do not see any reasons for those properties. Anonymous unions are allowed in D.
The text was updated successfully, but these errors were encountered: