Skip to content

Commit e7553a0

Browse files
committed
fixup! DPL Analysis: remove unnecessary instances of selected_pack
1 parent 6e5e1fc commit e7553a0

File tree

1 file changed

+2
-2
lines changed
  • Framework/Core/include/Framework

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,12 +1028,12 @@ concept has_index = (is_indexing_column<C> || ...);
10281028

10291029
template <is_index_column C>
10301030
requires(!is_self_index_column<C>)
1031-
auto getBinding() -> typename C::binding_t
1031+
constexpr auto getBinding() -> typename C::binding_t
10321032
{
10331033
}
10341034

10351035
template <typename C>
1036-
auto getBinding() -> void
1036+
constexpr auto getBinding() -> void
10371037
{
10381038
}
10391039

0 commit comments

Comments
 (0)