Thread overview
[Issue 18044] std.conv.to for implicitly convertible associative arrays
Dec 07, 2017
John Colvin
December 07, 2017
https://issues.dlang.org/show_bug.cgi?id=18044

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
https://github.com/dlang/phobos/pull/5909

--
December 07, 2017
https://issues.dlang.org/show_bug.cgi?id=18044

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

https://github.com/dlang/phobos/commit/0ca50877374489ee4639afe29cd656abcfc0d5ba fix Issue 18044 - std.conv.to for implicitly convertible associative arrays

https://github.com/dlang/phobos/commit/9679020d5770c0677116a603b82d7c88cae05913 Merge pull request #5909 from John-Colvin/toImplAssocArray

Fix Issue 18044: std.conv.to for implicitly convertible associative arrays merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=18044

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

https://github.com/dlang/phobos/commit/0ca50877374489ee4639afe29cd656abcfc0d5ba fix Issue 18044 - std.conv.to for implicitly convertible associative arrays

https://github.com/dlang/phobos/commit/9679020d5770c0677116a603b82d7c88cae05913 Merge pull request #5909 from John-Colvin/toImplAssocArray

--