We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4142d5 commit f33d6b5Copy full SHA for f33d6b5
Framework/Core/include/Framework/AnalysisHelpers.h
@@ -199,11 +199,11 @@ struct WritingCursor {
199
200
decltype(FFL(std::declval<cursor_t>())) cursor;
201
202
- private:
+ private:
203
template <typename A>
204
static decltype(auto) extract(A const& arg)
205
{
206
- if constexpr (soa::ng_iterator<T>) {
+ if constexpr (soa::ng_iterator<A>) {
207
return arg.globalIndex();
208
} else {
209
static_assert(!framework::has_type<A>(typename T::persistent_columns_t{}), "Argument type mismatch");
0 commit comments