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

--- Comment #1 from Paul Crane <viserion.thr...@gmail.com> ---
Actually, all it takes is:

import std.container;

void main(string[] arguments)
{
    Array!string str;
    str.insert("hello");
}

Up to      2.078.1: Success and no output
Since      2.079.0: Failure with output: Error: program killed by signal 4

Either I'm missing something or this is a really bad bug. I would think if it
was a bug how could it have gone unnoticed?

--

Reply via email to