https://issues.dlang.org/show_bug.cgi?id=24082
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @n8sh created dlang/phobos pull request #8797 "Fix Issue 24082 - add Int128.toString that supports std.format" fixing this issue: - 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 --
