From 68602af0c776170a0c86f4c889d42350da21cf7b Mon Sep 17 00:00:00 2001
From: "se.gorbunov" <se.gorbunov@gsi.de>
Date: Thu, 18 Aug 2022 19:30:57 +0000
Subject: [PATCH] L1: fix mac compilation

---
 reco/L1/L1Algo/L1TrackPar.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/reco/L1/L1Algo/L1TrackPar.h b/reco/L1/L1Algo/L1TrackPar.h
index 687a880c68..5c5a58395e 100644
--- a/reco/L1/L1Algo/L1TrackPar.h
+++ b/reco/L1/L1Algo/L1TrackPar.h
@@ -151,8 +151,7 @@ inline void L1TrackPar::Print(int i) const
 
 inline void L1TrackPar::PrintCorrelations(int i) const
 {
-
-  std::_Ios_Fmtflags flagSafe = std::cout.flags();
+  auto flagSafe = std::cout.flags();
   // std::cout.setf(std::ios::scientific, std::ios::floatfield);
   std::cout << std::setprecision(6);
 
-- 
GitLab