Skip to content

Commit f33d6b5

Browse files
committed
fixup! rebase O2 to new table system
1 parent d4142d5 commit f33d6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ struct WritingCursor {
199199

200200
decltype(FFL(std::declval<cursor_t>())) cursor;
201201

202-
private:
202+
private:
203203
template <typename A>
204204
static decltype(auto) extract(A const& arg)
205205
{
206-
if constexpr (soa::ng_iterator<T>) {
206+
if constexpr (soa::ng_iterator<A>) {
207207
return arg.globalIndex();
208208
} else {
209209
static_assert(!framework::has_type<A>(typename T::persistent_columns_t{}), "Argument type mismatch");

0 commit comments

Comments
 (0)