Skip to content

Commit bd75c03

Browse files
committed
simplify constraint
1 parent c38e5a0 commit bd75c03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ struct WritingCursor {
170170
decltype(FFL(std::declval<cursor_t>())) cursor;
171171

172172
private:
173-
template <is_enumerated_iterator A>
174-
static decltype(auto) extract(A const& arg)
173+
static decltype(auto) extract(is_enumerated_iterator auto const& arg)
175174
{
176175
return arg.globalIndex();
177176
}

0 commit comments

Comments
 (0)