Marc Schütz changed bug 91
What Removed Added
Status RESOLVED NEW
CC   schuetzm@gmx.net
Resolution INVALID ---

Comment # 9 on bug 91 from
Yes, see here:
http://dlang.org/expression#StringLiterals

"String literals have a 0 appended to them, which makes them easy to pass to C
or C++ functions expecting a const char* string."

Specifically, it does _not_ say that the zero is only there when the literal
appears in a `char*` context.


You are receiving this mail because: