[overlappingmerge] Use const refs to containers instead of passing by const value
requested to merge tkoch/dune-grid-glue:fix/pass-by-constref-computeintersections-ovlpmerge into master
The const containers where wrongly passed by value leading to a lot of unnecessary vector copies.
Edited by Ansgar Burchardt