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

Vladimir Panteleev <thecybersha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybersha...@gmail.com

--- Comment #4 from Vladimir Panteleev <thecybersha...@gmail.com> ---
(In reply to b2.temp from comment #3)
> Now what if i add
> 
>     @disable this(this);
>     @disable void opAssign(Foo);
> 
> And everything that disable value move ?
> It seems that the error is still emitted, right ?

move and swap (from std.algorithm.mutation) will still work with such a struct.

--

Reply via email to