https://issues.dlang.org/show_bug.cgi?id=19760
--- Comment #15 from anonymous4 <[email protected]> --- (In reply to kinke from comment #11) > Musl on Windows? I just mentioned alternative runtimes for completeness; > even if somebody wanted to go through all that trouble, incl. adapting > druntime, there'd be still one big drawback: if you want to mix D and C(++) > code and use the same heap etc., you have to make sure both parts use the > same runtime. Technically there's Universal CRT. If the problem is only with math functions, I suppose those can be separately taken from musl, should be standalone. If you use C/C++ code, you either compiled it and then have visual studio, or not and you again have the problem of the same runtime. --
