Skip to content
Snippets Groups Projects
Commit 869ad060 authored by Frank Winklmeier's avatar Frank Winklmeier Committed by Atlas Nightlybuild
Browse files

Merge branch 'clang.TrigNavTools-20221003' into 'master'

TrigNavTools: Fix compilation with clang+gcc12.

See merge request !57238

(cherry picked from commit 697aa0e8)

47b83439 TrigNavTools: Fix compilation with clang+gcc12.
parent 40dc03ca
No related branches found
No related tags found
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!573392022-10-07: daily merge of 22.0 into master,!57250Sweeping !57238 from master to 22.0. TrigNavTools: Fix compilation with clang+gcc12.
Pipeline #4573175 passed with stage
in 0 seconds
......@@ -19,7 +19,9 @@ namespace {
ret.emplace(combination.begin(), combination.end());
return ret;
}
}
namespace xAOD {
std::ostream &operator<<(std::ostream &os, const xAOD::IParticle *p)
{
return os << "["
......@@ -30,7 +32,9 @@ namespace {
<< "]";
}
}
namespace std {
// Define printing operators for the set and IParticle pointers
template <typename T>
std::ostream &operator<<(std::ostream &os, const std::set<T> &s)
......
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