[Issue 17628] formattedWrite is impure on double

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 10 14:34:34 PDT 2017


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

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Missing:
    import std.array : appender;

Seems to be impure because it calls snprintf (which I think may change FPU
flags or something).

--


More information about the Digitalmars-d-bugs mailing list