Skip to content

AthLinks: Fix gcc9 compilation in AssocationComps.

Scott Snyder requested to merge ssnyder/athena:gcc9it.AthLinks-20190318 into master

Have AssociationVectorIterator derive from std::iterator, so that its traits are properly available. Needed to use this type with two-iterator ctors of STL containers.

Merge request reports