Christoffer Lerno
Christoffer Lerno
I didn't commit this one actually and I don't know if it's necessary. What happens if you remove it entirely?
The thing is that "Ninja" as a generator isn't even the one used with the recommended MSVC build, so it seems like this one is completely wrong?
Change it to `"libs": []`, this issue was fixed recently and creating a project with c3c init with the latest version of the compiler should be correct.
I'll accept pull requests to improve this if needed.
I've seen this in Hare and D. D relies on a GC to bring this functionality, I'm unsure what Hare does, but essentially it is required to build some sort...
I think you touch on another issue here: > but it'll add allocation to the mix where it doesn't necessarily need to. It is hard to have conditional allocation without...
array::concat and array::tconcat have been added BTW.
I wonder whether this works. I deliberately waited to fix full i128 support.
Wait, your change is that you turn on the I128 when it isn't supported?
Should work fine now.