[Issue 6971] New: [lex.dd] Type of string literals are outdated
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 18 07:22:19 PST 2011
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 at puremagic.com
ReportedBy: k.hanazuki at gmail.com
--- Comment #0 from Kasumi Hanazuki <k.hanazuki at gmail.com> 2011-11-18 07:21:30 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: -------
More information about the Digitalmars-d-bugs
mailing list