https://issues.dlang.org/show_bug.cgi?id=6227

Andrei Alexandrescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Andrei Alexandrescu <[email protected]> ---
With https://github.com/dlang/phobos/pull/5401 the recommended approach is:

Foo.x.asOriginalType == Bar.y.asOriginalType

i.e. compare the underlying types if that's what's needed. The plan is to fix
this bug by deprecating the current behavior. The error message will recommend
using asOriginalType.

--

Reply via email to