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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
(In reply to Jonathan M Davis from comment #0)

> I think that this code should compile
> 
> struct Foo
> {
>     int i;
> }
> 
> void main()
> {
>     auto f = Foo(5);
>     auto g = new Foo(f);
> }

Implicit functionality cause problems, so you need something significant to
justify its presence. What are some use cases of code like that?

--

Reply via email to