[Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 31 22:22:25 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6571
--- Comment #5 from yebblies <yebblies at gmail.com> 2011-09-01 15:22:20 EST ---
(In reply to comment #4)
> I don't have windows so I can't test that. ;)
>
Since phobos and druntime don't use typedef any more, there should be no
reliance on this bug any more. Would you like to make a pull request?
> Everything is fine on the *nix side of things. For std.encoding, just replace
> the three 'typedef ubyte' with 'alias ubyte xxx'
This didn't work for me for some reason, I think the module relies on them
being distinct types. Using enums instead solved the problem.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list