IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a1cc0df1 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

reverted ProcessSequence after 6f2aa6ca

parent 22932a65
No related branches found
No related tags found
1 merge request!135fix ProcessSequence again
......@@ -64,7 +64,7 @@ namespace corsika::process {
bool constexpr is_switch_process_v = is_switch_process<T>::value;
template <typename A, typename B>
struct is_process_sequence<switch_process::SwitchProcess<A, B>> : std::true_type {};
struct is_switch_process<switch_process::SwitchProcess<A, B>> : std::true_type {};
/**
T1 and T2 are both references if possible (lvalue), otherwise
......
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