Thread overview
[Issue 18171] std.functional.toDelegate should be usable in @safe
Jan 03, 2018
Seb
Dec 17, 2022
Iain Buclaw
Jun 21, 2023
Dlang Bot
January 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18171

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |18110


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18110
[Issue 18110] most of phobos should be @safe-ly useable
--
September 03, 2022
https://issues.dlang.org/show_bug.cgi?id=18171

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23322

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18171

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
June 21, 2023
https://issues.dlang.org/show_bug.cgi?id=18171

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Bolpat updated dlang/phobos pull request #8769 "Make `toDelegate` safe for function pointers" fixing this issue:

- Fix issue 18171

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

--