https://issues.dlang.org/show_bug.cgi?id=13066
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- The problem is that the compiler has no way to verify that sprintf is pure. (In fact, I have doubts whether it is truly pure! You'll be shocked at what C library implementations do under the hood.) --
