You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: