https://issues.dlang.org/show_bug.cgi?id=23091
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- The trouble is, the type of a string literal in C is `char*`. A D string is `(immutable char)[]`. Not sure what to do about it. --
