Skip to content
Snippets Groups Projects
Commit 14b38a17 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'gcc9it.AthLinks-20190318' into 'master'

AthLinks: Fix gcc9 compilation in AssocationComps.

See merge request atlas/athena!22001
parents 63ab32a7 f4e7df27
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@
* not be included directly into client code.
*/
class AssociationVectorIterator
class AssociationVectorIterator
: public std::iterator<std::bidirectional_iterator_tag, asso_type*>
{
public:
/*! \brief alternate constructor
*
* The alternate constructor is the only meaningful constructor. It requires
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment