http://bugzilla.gdcproject.org/show_bug.cgi?id=91
Marc Schütz <schue...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |NEW CC| |schue...@gmx.net Resolution|INVALID |--- --- Comment #9 from Marc Schütz <schue...@gmx.net> --- 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: You are watching all bug changes.