https://issues.dlang.org/show_bug.cgi?id=6032
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from yebblies <[email protected]> --- (In reply to Elie Morisse from comment #3) > const(char)* s = "foo"c; // fails too > > Any rationale behind this? Essentially that 'c' gives it an explicit type, so conversions are disabled. --
