On Wednesday, July 11, 2012 08:34:28 Tobias Pankrath wrote:
> > This escapes a stack reference.
> 
> Ins't b supposed to be allocated on the heap?

The object is. The reference is not. &b is taking the address of the 
reference, not the object.

- Jonathan M Davis

Reply via email to