-
- Downloads
There was a problem fetching the pipeline summary.
use std::list for ListenerList in IncidentSvc
Using std::list instead of std::vector allows the possibility of listeners being added during the handling of an incident, which cannot be forbidden because a handler may trigger instantiation of a component that wants to be registered. From Scott Snyder. See atlas/Gaudi!20 See merge request !164
No related branches found
No related tags found
Pipeline #
Please register or sign in to comment