Postblit segfault.

Boris Carvajal boris2.9 at gmail.com
Mon Jun 1 09:42:44 UTC 2020


On Monday, 1 June 2020 at 06:35:36 UTC, MaoKo wrote:
> Hello, I don't understand why this code segfault on

Reduced to:

import std.stdio;

struct S {}

void main() {
   S[1] s;
   writeln(s);
}


More information about the Digitalmars-d-learn mailing list