Skip to content

Commit ac81720

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 9a98704 + a1a3c5f commit ac81720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ParseSIL/ParseSIL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ namespace {
264264
return true;
265265
}
266266

267-
Result = ValueOwnershipKind(*Iter);
267+
Result = T(*Iter);
268268
return false;
269269
}
270270

0 commit comments

Comments
 (0)