Skip to content

Commit 2c74157

Browse files
committed
pacify msvc
1 parent 0d20947 commit 2c74157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Parser/openmp-parsers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static inline OmpMapClause makeMapClause(
113113
std::move(std::get<0>(mod)), std::move(std::get<1>(mod)), std::move(obj)};
114114
}
115115

116-
TYPE_PARSER(construct<OmpMapClause>(applyFunction(makeMapClause,
116+
TYPE_PARSER(construct<OmpMapClause>(applyFunction<OmpMapClause>(makeMapClause,
117117
(MapModifiers(","_tok) ||
118118
MapModifiers(maybe(","_tok),
119119
"the specification of modifiers without comma separators for the "

0 commit comments

Comments
 (0)