https://issues.dlang.org/show_bug.cgi?id=17456
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Vladimir Panteleev <[email protected]> --- (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. --
