From 4037593c8e711fde84e157df859aad889633259e 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 88396ce93..b4ab5118d 100644 --- a/Setup/SetupStack.h +++ b/Setup/SetupStack.h @@ -147,10 +147,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::history::HistorySecondaryView<corsika::stack::MakeView<corsika::setup::Stack>::type>; #endif -- GitLab