www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6971] New: [lex.dd] Type of string literals are outdated

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6971

           Summary: [lex.dd] Type of string literals are outdated
           Product: D
           Version: D2
          Platform: Other
               URL: http://www.d-programming-language.org/lex.html
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: k.hanazuki gmail.com



PST ---
Under section "String Literals" in the Lexical page it says:

  ---
  "hello"c // char[]
  "hello"w // wchar[]
  "hello"d // dchar[]
  ---

where they should be immutable(char)[], ....

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 18 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6971




Commit pushed to
https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/7c7f80ebba09ac90ce98df9bedb36351f8844b86
fix Issue 6971 - [lex.dd] Type of string literals are outdated

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 24 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6971


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 24 2012