[Issue 7942] Appending different string types corrupts memory

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 11 21:59:57 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=7942

--- Comment #11 from hsteoh at quickfur.ath.cx ---
Looks like we're at an impasse. I think the best thing we can do right now is
to make appending strings of different widths illegal for now. That still
leaves open the option that in the future, we could support auto-conversion.
But in any case, the current situation should not continue, since it introduces
memory corruption.

--


More information about the Digitalmars-d-bugs mailing list