Skip to content

Remove static_vector usage in LHCb::RawEvent

Alex Pearce requested to merge apearce-rawevent-map-114 into master

Adds a test which demonstrates the crash reported in #114 (closed), when loading RawEvent from a DST, and fixes the problem. This is done by partially reverting !2027 (merged), which added boost::container::static_vector (I don't understand why using that class is a problem, but don't know how to investigate further).

/cc @frankm @sponce

Edited by Alex Pearce

Merge request reports