https://issues.dlang.org/show_bug.cgi?id=23213
--- Comment #3 from ryuukk_ <[email protected]> --- why on the heap? it should be on the stack, i used alloca instead and i could compile the library --
d-bugmail--- via Digitalmars-d-bugs Sun, 26 Jun 2022 02:04:35 -0700
https://issues.dlang.org/show_bug.cgi?id=23213
--- Comment #3 from ryuukk_ <[email protected]> --- why on the heap? it should be on the stack, i used alloca instead and i could compile the library --