Why implicit conversion of string literal to char[] does not works?

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jul 2 04:54:44 PDT 2013


On 7/2/13, Michal Minich <michal.minich at gmail.com> wrote:
> I'm really interested about reasons why it doesn't works (without
> dup/cast).

It's probably to avoid implicit memory allocations.


More information about the Digitalmars-d-announce mailing list