The year is 2019

Manu turkeyman at gmail.com
Fri Jul 26 21:37:33 UTC 2019


On Thu, Jul 25, 2019 at 6:30 PM 12345swordy via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> Multi alias this is still not implemented. At this point of time
> I might as well  create a pr request that deprecate the alias
> this feature as it quite clearly that walter doesn't like it and
> hates implicit conversion for user types in general irregardless
> of design.
>
>
> -Alex

I don't personally like alias this except for very very specific use
cases. I don't like that we use of for implicit conversion, and I hate
that we use it for struct inheritance too.
I want to be able to mark constructors as @implicit or something
(inverse to C++ `explicit`). That would be my preferred expression of
implicit conversion.


More information about the Digitalmars-d mailing list