IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4c94f91b authored by ralfulrich's avatar ralfulrich
Browse files

corrected StackView type in unit test for clang

parent 77c612e2
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ using StackTest2 = CombinedStack<typename StackTest::StackImpl, TestStackData3, ...@@ -333,7 +333,7 @@ using StackTest2 = CombinedStack<typename StackTest::StackImpl, TestStackData3,
CombinedTestInterfaceType2>; CombinedTestInterfaceType2>;
#if defined(__clang__) #if defined(__clang__)
using StackTestView = SecondaryView<TestStackData, TestParticleInterface>; using StackTestView = SecondaryView<typename StackTest2::StackImpl, CombinedTestInterfaceType2>;
#elif defined(__GNUC__) || defined(__GNUG__) #elif defined(__GNUC__) || defined(__GNUG__)
using StackTestView = corsika::stack::MakeView<StackTest2>::type; using StackTestView = corsika::stack::MakeView<StackTest2>::type;
#endif #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