On Wed, 27 May 2015 17:31:32 -0600, Steven Schveighoffer wrote: > But we can solve this with a postblit:
seems that you forgot about "move" semantics for structs. under some conditions struct can be "moved", not "copied", so it `memcpy`ed and no postblit will be called.
signature.asc
Description: PGP signature
