Skip to content

Commit 3e3bfde

Browse files
committed
fixup! DPL Analysis: fix is_preslice concept
1 parent 755929a commit 3e3bfde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/Core/include/Framework/AnalysisManagers.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ static void setGroupedCombination(C& comb, TG& grouping, std::tuple<Ts...>& asso
511511

512512
/// Preslice handling
513513
template <typename T>
514+
requires(!is_preslice<T>)
514515
bool registerCache(T&, std::vector<StringPair>&, std::vector<StringPair>&)
515516
{
516517
return false;
@@ -549,6 +550,7 @@ bool registerCache(T& preslice, std::vector<StringPair>&, std::vector<StringPair
549550
}
550551

551552
template <typename T>
553+
requires(!is_preslice<T>)
552554
bool updateSliceInfo(T&, ArrowTableSlicingCache&)
553555
{
554556
return false;

0 commit comments

Comments
 (0)