Skip to content

Commit b472ec7

Browse files
committed
fixup! DPL Analysis: remove unnecessary instances of selected_pack
1 parent 9f7e13e commit b472ec7

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

10371037
template <is_index_column C>
10381038
requires(!is_self_index_column<C>)
1039-
auto getBinding() -> typename C::binding_t
1039+
constexpr auto getBinding() -> typename C::binding_t
10401040
{
10411041
}
10421042

10431043
template <typename C>
1044-
auto getBinding() -> void
1044+
constexpr auto getBinding() -> void
10451045
{
10461046
}
10471047

0 commit comments

Comments
 (0)