Choosing an Approach for the Template Lowering of _d_arrayctor

Stanislav Blinov stanislav.blinov at gmail.com
Thu Nov 25 16:25:56 UTC 2021


On Thursday, 25 November 2021 at 16:16:11 UTC, Stanislav Blinov 
wrote:

>         foreach (ref it; result)
>             emplaceInitializer(it); // this is nothrow

...pff, yeah, of course, and then we run into a segfault if it's 
an array of nested structs, which was the problem "solved" with 
void initialization in the first place. Not fun >:-E


More information about the Digitalmars-d mailing list