Thread overview
[Issue 20755] ImplicitConversionTargets of const class are nonconst
Apr 21, 2020
Dlang Bot
Apr 21, 2020
FeepingCreature
Apr 21, 2020
Dlang Bot
April 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20755

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #7452 "Fix/issue 20755 implicitconversiontargets const class" fixing this issue:

- Fix issue 20755: keep constness in ImplicitConversionTargets!(const/immutable
class)

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

--
April 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20755

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor

--
April 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20755

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 #7452 "Fix/issue 20755 implicitconversiontargets const class" was merged into master:

- cc8537110e2d7538abe3b59048afd1fc582adb95 by Mathis Beer:
  Fix issue 20755: keep constness in ImplicitConversionTargets!(const/immutable
class)

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

--