We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd95257 + c30333a commit 745cf50Copy full SHA for 745cf50
include/swift/Reflection/TypeRef.h
@@ -760,7 +760,7 @@ class GenericSignatureRef final {
760
create(Allocator &A,
761
llvm::ArrayRef<const GenericTypeParameterTypeRef *> Params,
762
llvm::ArrayRef<TypeRefRequirement> Requirements) {
763
- return A.template makeGenericSignatureRef(Params, Requirements);
+ return A.makeGenericSignatureRef(Params, Requirements);
764
}
765
766
const llvm::ArrayRef<const GenericTypeParameterTypeRef *> getParams() const {
0 commit comments