1 parent 9eeae7d commit e51f629Copy full SHA for e51f629
1 file changed
Framework/AnalysisSupport/src/AODWriterHelpers.cxx
@@ -500,7 +500,7 @@ AlgorithmSpec AODWriterHelpers::getMetadataCollector(ConfigContext const& /*ctx*
500
TObject* value = part->GetValue(key);
501
std::string k = key->GetName();
502
std::string v = value != nullptr ? value->GetName() : "";
503
- auto it = std::ranges::find_if(merged,
+ auto it = std::ranges::find_if(*merged,
504
[&k](auto const& e) { return e.first == k; });
505
if (it != merged->end()) {
506
it->second = std::move(v);
0 commit comments