https://issues.dlang.org/show_bug.cgi?id=24082
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8797 "Fix Issue 24082 - add Int128.toString that supports std.format" was merged into master: - c7fb52ecab52f1a821703547da6cf7e1b6fc143a by Nathan Sashihara: Fix Issue 24082 - add Int128.toString that supports std.format toString has template parameter FormatSpec instead of template parameter Char and argument std.format.FormatSpec!Char so importing std.int128 does not require importing std.format unless toString is actually used (pay as you go). https://github.com/dlang/phobos/pull/8797 --
