[Issue 6571] typedefs ignore const, shared, immutable etc modifiers when implicitly converting
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 29 09:49:42 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6571
--- Comment #2 from Iain Buclaw <ibuclaw at ubuntu.com> 2011-08-29 09:49:39 PDT ---
Patch breaks std.encoding:
std/encoding.d:373: Error: cannot implicitly convert expression (s[0u]) of type
const(AsciiChar) to AsciiChar
std/encoding.d:374: Error: cannot implicitly convert expression (s[0u]) of type
const(AsciiChar) to AsciiChar
std/encoding.d:380: Error: cannot implicitly convert expression (s[__dollar -
1u]) of type const(AsciiChar) to AsciiChar
std/encoding.d:381: Error: cannot implicitly convert expression (s[__dollar -
1u]) of type const(AsciiChar) to AsciiChar
Other than that, it is all good to go. :)
--
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