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 c38e5a0 commit bd75c03Copy full SHA for bd75c03
Framework/Core/include/Framework/AnalysisHelpers.h
@@ -170,8 +170,7 @@ struct WritingCursor {
170
decltype(FFL(std::declval<cursor_t>())) cursor;
171
172
private:
173
- template <is_enumerated_iterator A>
174
- static decltype(auto) extract(A const& arg)
+ static decltype(auto) extract(is_enumerated_iterator auto const& arg)
175
{
176
return arg.globalIndex();
177
}
0 commit comments