https://issues.dlang.org/show_bug.cgi?id=11900
Nicholas Wilson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #7 from Nicholas Wilson <[email protected]> --- One way to work around this is to declare an overload that takes a string (which the literals will prefer) that simple forwards to the const[] case. --
