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
Loading
Please register or sign in to comment