Skip to content

Commit f4c4e5f

Browse files
committed
fixup! DPL Analysis: remove unnecessary instances of selected_pack
1 parent 04a887f commit f4c4e5f

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
@@ -1033,12 +1033,12 @@ concept has_index = (is_indexing_column<C> || ...);
10331033

10341034
template <is_index_column C>
10351035
requires(!is_self_index_column<C>)
1036-
auto getBinding() -> typename C::binding_t
1036+
constexpr auto getBinding() -> typename C::binding_t
10371037
{
10381038
}
10391039

10401040
template <typename C>
1041-
auto getBinding() -> void
1041+
constexpr auto getBinding() -> void
10421042
{
10431043
}
10441044

0 commit comments

Comments
 (0)