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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 8 12:48:35 UTC 2019


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

berni44 <bugzilla at d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at d-ecke.de
         Resolution|---                         |INVALID

--- Comment #2 from berni44 <bugzilla at d-ecke.de> ---
sprintf can't be pure, because it has to query the current rounding state of
the processor (and queries some internationalization stuff too).

--


More information about the Digitalmars-d-bugs mailing list