[Issue 931] New: D Strings vs C++ Strings Page Incorrect
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 6 00:46:37 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=931
Summary: D Strings vs C++ Strings Page Incorrect
Product: D
Version: unspecified
Platform: All
URL: http://www.digitalmars.com/d/cppstrings.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: www.digitalmars.com
AssignedTo: bugzilla at digitalmars.com
ReportedBy: kylefurlong at gmail.com
Under the "Conversions to C Strings" section, the documentation asserts that
"In D, strings can be implicitly converted to char*:" whereas this is now only
allowed using the arr.ptr syntax.
--
More information about the Digitalmars-d-bugs
mailing list