https://d.puremagic.com/issues/show_bug.cgi?id=11837
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-12-28 08:33:27 PST --- (In reply to comment #0) > Code like this is perfectly valid: > > memcmp(ptr, "abc"); > > But it fails in D because although string literals convert to const(char)*, > and > const(char)* converts to const(void)*, string literals do not convert to > const(void)* What are the advantages, disadvantages and possible risks of this change? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
