Skip to content

Commit e6fcc5e

Browse files
committed
Update SemaOverload.cpp
1 parent aa70128 commit e6fcc5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Sema/SemaOverload.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12731,10 +12731,8 @@ Sema::ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr,
1273112731
if (NumMatches == 0 && ShouldComplain) {
1273212732
if (Resolver.IsInvalidFormOfPointerToMemberFunction())
1273312733
Resolver.ComplainIsInvalidFormOfPointerToMemberFunction();
12734-
#ifndef _WIN32
1273512734
else
1273612735
Resolver.ComplainNoMatchesFound();
12737-
#endif
1273812736
}
1273912737
else if (NumMatches > 1 && ShouldComplain)
1274012738
Resolver.ComplainMultipleMatchesFound();

0 commit comments

Comments
 (0)