https://issues.dlang.org/show_bug.cgi?id=13568
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #10 from [email protected] --- 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. --
