GaudiConfig2: apply OrderedSetSemantics to std::[unordered_]set
Apply the OrderedSetSemantics
by default to std::unordered_set
and
set::set
. This fixes e.g. problems when merging the
ExtraInputs/Outputs properties of algorithms.
Replaces !1295 (closed).