IAP GITLAB

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

Merge branch 'fix' into 'master'

fix ProcessSequence again

See merge request !135
parents 22932a65 a1cc0df1
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ namespace corsika::process { ...@@ -64,7 +64,7 @@ namespace corsika::process {
bool constexpr is_switch_process_v = is_switch_process<T>::value; bool constexpr is_switch_process_v = is_switch_process<T>::value;
template <typename A, typename B> 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 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