Skip to content

Commit

Permalink
fixup! DPL Analysis: remove unnecessary instances of selected_pack
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin committed Jan 23, 2025
1 parent d0618ee commit 439f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/Core/include/Framework/ASoA.h
Original file line number Diff line number Diff line change
Expand Up @@ -1028,12 +1028,12 @@ concept has_index = (is_indexing_column<C> || ...);

template <is_index_column C>
requires(!is_self_index_column<C>)
constexpr auto getBinding() -> typename C::binding_t
consteval auto getBinding() -> typename C::binding_t
{
}

template <typename C>
constexpr auto getBinding() -> void
consteval auto getBinding() -> void
{
}

Expand Down

0 comments on commit 439f56e

Please sign in to comment.