On Jun 21, 2011, at 11:26 AM, Andrei Alexandrescu wrote:
> 
> The rule that move and TDPL rely on but is not fully implemented is that 
> returning a nonstatic local value never does a postblit nor a destructor - it 
> just copies the bits.

So it's effectively illegal to have a struct containing a pointer that 
references itself, correct?

Reply via email to