February 06, 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@digitalmars.com
        ReportedBy: kylefurlong@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.


-- 

March 30, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=931


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-03-29 19:04 -------
Fixed DMD 1.010


--