0
votes
Returning an ‘any kind of input iterator’ instead of a vector::iterator or a list::iterator
I looked in the header file VECTOR.
vector<Arc*>::const_iterator
is a typedef for
allocator<Arc*>::const_pointer
Coul …
