Move construction from !is(T == typeof(this))

Jack Applegame via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 25 00:58:43 PDT 2017


On Monday, 24 April 2017 at 18:48:00 UTC, Stanislav Blinov wrote:
> Suddenly, we can't copy the pointer, or at least make a shallow 
> copy of it, without violating const, and the latter is UB.

Because transitive const/immutable is shit. And that shit had to 
introduce another shit - Rebindable. D const/immutable system is 
very big PITA. I hate it.


More information about the Digitalmars-d mailing list