https://issues.dlang.org/show_bug.cgi?id=17623
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #3 from RazvanN <[email protected]> --- The documentation is not wrong. To me this looks like quirk involving dynamic arrays and string literals. Although it is not specifically spelled out, the spec [1] does document string literals as being 0 terminated. So I think that this issue is invalid. [1] https://dlang.org/spec/arrays.html#printf --
