IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0e6a77e8 authored by ralfulrich's avatar ralfulrich
Browse files

clang setup-view

parent 07134d6a
No related branches found
No related tags found
1 merge request!254History
......@@ -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
......
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