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
When removing an event, the action function target should be used instead of target_type().name() for comparisons when finding the event to be removed. According to the description within std::function, the target seems to be the correct choice on finding the unique event action function stored.
The text was updated successfully, but these errors were encountered:
When removing an event, the action function target should be used instead of target_type().name() for comparisons when finding the event to be removed. According to the description within std::function, the target seems to be the correct choice on finding the unique event action function stored.
The text was updated successfully, but these errors were encountered: