From 0e6a77e890673f3b56cc7ca59f32ba447601313e Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Fri, 25 Sep 2020 15:41:35 +0200
Subject: [PATCH] clang setup-view

---
 Setup/SetupStack.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Setup/SetupStack.h b/Setup/SetupStack.h
index b984b70e2..c8d0d1eba 100644
--- a/Setup/SetupStack.h
+++ b/Setup/SetupStack.h
@@ -72,10 +72,11 @@ namespace corsika::setup {
     actually needed. Keep an eye on this!
   */
 #if defined(__clang__)
-  using StackView =
-      corsika::stack::SecondaryView<typename corsika::setup::Stack::StackImpl,
-                                    // CHECK with CLANG: corsika::setup::Stack::PIType>;
-                                    corsika::setup::detail::StackWithGeometryInterface>;
+  using StackView = corsika::stack::SecondaryView<
+      typename corsika::setup::Stack::StackImpl,
+      // CHECK with CLANG: corsika::setup::Stack::PIType>;
+      // corsika::setup::detail::StackWithGeometryInterface>;
+      corsika::setup::detail::StackWithHistoryInterface>;
 #elif defined(__GNUC__) || defined(__GNUG__)
   using StackView = corsika::stack::MakeView<corsika::setup::Stack>::type;
 #endif
-- 
GitLab