Disabled and enabled copy constructors and .dup
Per Nordlöw via Digitalmars-d-learn Tue, 24 Oct 2017 00:35:48 -0700
If I have a `struct X` (container in my case) with disabled
copying (postblit) and instead a .dup property, is it somehow
possible, unsafe or not, to have `X` as a member of another
`struct Y` with an enabled copy constructor which calls `X.dup`?
- Disabled and enabled copy constructor... Per Nordlöw via Digitalmars-d-learn
- Re: Disabled and enabled copy co... Biotronic via Digitalmars-d-learn
- Re: Disabled and enabled cop... Per Nordlöw via Digitalmars-d-learn
- Re: Disabled and enabled... Biotronic via Digitalmars-d-learn