[Issue 13568] Support compile-time format strings in std.format

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 1 21:34:48 UTC 2017


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #10 from hsteoh at quickfur.ath.cx ---
This is not completely fixed yet.  Part II is to refactor std.format to
eliminate redundant dependencies if the format string doesn't ask for it. 
E.g., if the format string is only "%s" the resulting code should not pull in
dependencies on floating-point formatting code.

--


More information about the Digitalmars-d-bugs mailing list