Skip to content

Fix event handling in copy construction.

Kohei Yoshida requested to merge bugfix/68-event-handling-in-copy into master

In aos, the event object simply didn't get copied when the parent container was copied. In soa, the element_block_acquired() callback wasn't called for the copied element blocks.

This addresses #68 (closed).

Edited by Kohei Yoshida

Merge request reports