[Issue 996] Error in doc on implicit conversion between pointer and array
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 30 10:42:54 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=996
Christian Kamm <kamm-removethis at incasoftware.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
CC| |kamm-removethis at incasoftwar
| |e.de
--- Comment #4 from Christian Kamm <kamm-removethis at incasoftware.de> 2009-06-30 10:42:53 PDT ---
Marking with patch, since this fix is trivial:
change
p = q;
p = s;
p = a;
to
p = q;
p = s.ptr;
p = a.ptr;
--
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