Thread overview
[Issue 8384] std.conv.to should allow conversion between any pair of string/wstring/dstring/char*/wchar*/dchar*
Apr 14, 2016
Simen Kjaeraas
Dec 17, 2022
Iain Buclaw
April 14, 2016
https://issues.dlang.org/show_bug.cgi?id=8384

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #24 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/4199

PR covers conversion from {X}char* to {Y}char[], but not the other way around. no such conversions are currently supported at all, so took the liberty of not implementing that without a bit more discussion.

Are there convincing reasons to support any of those conversions at all?

--
April 26, 2016
https://issues.dlang.org/show_bug.cgi?id=8384

--- Comment #25 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/60a233372a96abab810f030b4e3ff494987aa25e Partial fix of Issue 8384 - std.conv.to should allow conversion between any pair of string/wstring/dstring/char*/wchar*/dchar*

https://github.com/dlang/phobos/commit/22c7f11265d62ad1ac387bc9aaa90b742f9563b2 Merge pull request #4199 from Biotronic/fix-8384

Partial fix of Issue 8384 - std.conv.to should allow conversion betwe…

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--