Thread overview
[Issue 21760] std.conv.to does not know how to convert a string to a std.experimental.checkedint.Checked!T
Mar 24, 2021
Nathan S.
Mar 24, 2021
Dlang Bot
Mar 24, 2021
Dlang Bot
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21760

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |21169


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=21169
[Issue 21169] make checkedint as a drop-in replacement of native int/long
--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21760

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7912 "std.conv.to does not know how to convert a string to a std.experimental.checkedint.Checked!T" fixing this issue:

- Fix Issue 21760 - std.conv.to does not know how to convert a string to a std.experimental.checkedint.Checked!T

https://github.com/dlang/phobos/pull/7912

--
March 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21760

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7912 "std.conv.to does not know how to convert a string to a std.experimental.checkedint.Checked!T" was merged into master:

- 4596b317bb28642412877c351ef91b98f3a60610 by Nathan Sashihara:
  Fix Issue 21760 - std.conv.to does not know how to convert a string to a
std.experimental.checkedint.Checked!T

https://github.com/dlang/phobos/pull/7912

--