reactor-cpp icon indicating copy to clipboard operation
reactor-cpp copied to clipboard

Move constructor of ReactorElement is broken.

Open cmnrd opened this issue 2 years ago • 0 comments

Currently, all reactor elements register a pointer to themselves at the containing reactor. When a ReactorElement is moved, this pointer stored at the containing reactor needs to be updated. This is currently not the case and leads to segfaults if the move constructor is used.

cmnrd avatar Feb 02 '23 12:02 cmnrd