Jack Applegame wrote:

Compiler creates struct on the stack and silently (without postblitting and destruction old object) moves it to another address. Is it normal?
yes.

WAT??? Compiler creates struct on the stack copies it without postblitting and destructs both objects.
and this is the real bug.

Reply via email to