Skip to content

Commit 2a0fe7c

Browse files
committed
temporary remove restriction until O2Physics #8322 is merged
1 parent 6abd19f commit 2a0fe7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/AnalysisManagers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>
604604
struct 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>
623623
struct IndexManager<Builds<IDX>> {
624624
static bool requestInputs(std::vector<InputSpec>& inputs, Builds<IDX>& builds)
625625
{

0 commit comments

Comments
 (0)