From 88783fb3e602da76f2b502c0b741ca71e37b452c 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 9ec7a86a4..39117d4df 100644 --- a/Setup/SetupStack.h +++ b/Setup/SetupStack.h @@ -146,10 +146,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