https://issues.dlang.org/show_bug.cgi?id=20756
--- Comment #6 from FeepingCreature ---
ImplicitConversionTargets has been deprecated. AllImplicitConversionTargets
supports interface inheritance.
--
https://issues.dlang.org/show_bug.cgi?id=20756
Dlang Bot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=20756
--- Comment #4 from Dlang Bot ---
@FeepingCreature created dlang/phobos pull request #8016 "Fix issue 20756:
Handle interface argument in `AllImplicitConversionTargets`." fixing this
issue:
- Fix issue 20756: Handle interface argument in `AllImplici
https://issues.dlang.org/show_bug.cgi?id=20756
--- Comment #3 from FeepingCreature ---
I would argue that then the documentation is another bug. A template called
"ImplicitConversionTargets" can be reasonably expected to return implicit
conversion targets.
--
https://issues.dlang.org/show_bug.cgi?id=20756
Nathan S. changed:
What|Removed |Added
CC||n8sh.second...@hotmail.com
Hardware|x8
https://issues.dlang.org/show_bug.cgi?id=20756
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #1 from Dlang Bot ---
@Feeping