File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Framework/Core/include/Framework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ struct SpawnManager {
600600 static bool requestInputs (std::vector<InputSpec>&, T const &) { return false ; }
601601};
602602
603- template <soa::is_table TABLE>
603+ template <typename TABLE>
604604struct SpawnManager <Spawns<TABLE>> {
605605 static bool requestInputs (std::vector<InputSpec>& inputs, Spawns<TABLE>& spawns)
606606 {
@@ -619,7 +619,7 @@ struct IndexManager {
619619 static bool requestInputs (std::vector<InputSpec>&, T const &) { return false ; };
620620};
621621
622- template <typename IDX>
622+ template <soa::is_index_table IDX>
623623struct IndexManager <Builds<IDX>> {
624624 static bool requestInputs (std::vector<InputSpec>& inputs, Builds<IDX>& builds)
625625 {
You can’t perform that action at this time.
0 commit comments