[Issue 24082] add Int128.toString that supports std.format
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 20 17:38:10 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24082
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
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
--
More information about the Digitalmars-d-bugs
mailing list