[Issue 13066] pure core.stdc.stdio.sprintf

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 15 08:19:56 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13066

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #1 from hsteoh at quickfur.ath.cx ---
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.)

--


More information about the Digitalmars-d-bugs mailing list