Skip to content

Commit e9daf4c

Browse files
committed
fixup! DPL Analysis: remove unnecessary instances of selected_pack
1 parent 47492fa commit e9daf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/GroupedCombinations.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ auto interleaveTuples(std::tuple<T1s...>& t1, std::tuple<T2s...>& t2)
3636

3737
template <soa::is_index_column T, typename G>
3838
requires(!soa::is_self_index_column<T>)
39-
constexpr auto isIndexTo()
39+
consteval auto isIndexTo()
4040
{
4141
if constexpr (o2::soa::is_binding_compatible_v<G, typename T::binding_t>()) {
4242
return std::true_type{};
@@ -46,7 +46,7 @@ constexpr auto isIndexTo()
4646
}
4747

4848
template <typename T, typename G>
49-
constexpr auto isIndexTo()
49+
consteval auto isIndexTo()
5050
{
5151
return std::false_type{};
5252
}

0 commit comments

Comments
 (0)