6971 – [lex.dd] Type of string literals are outdated

D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6971 - [lex.dd] Type of string literals are outdated
Summary: [lex.dd] Type of string literals are outdated
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: Other All
: P2 normal
Assignee: No Owner
URL: http://www.d-programming-language.org...
Keywords: spec
Depends on:
Blocks:
Reported: 2011年11月18日 07:21 UTC by Kasumi Hanazuki
Modified: 2012年01月24日 01:49 UTC (History)
1 user (show)

See Also:


Attachments
Add an attachment (proposed patch, testcase, etc.)

Note You need to log in before you can comment on or make changes to this issue.
Description Kasumi Hanazuki 2011年11月18日 07:21:30 UTC
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)[], ....


AltStyle によって変換されたページ (->オリジナル) /