On Wednesday, 19 September 2012 at 13:32:42 UTC, Namespace wrote:
Is that possible?I can initialize an object with scope or, in feature, with scoped, directly on the stack but is it also possible to move an existing object from the heap to the stack?
I tried this: http://dpaste.dzfl.pl/2955ff41But as you can see in line 25/26, after I destroyed the heap object, the stack object seems to be corrupted.