|
|
|
|
@ -285,7 +285,7 @@ namespace CppSharp.Generators.CLI
@@ -285,7 +285,7 @@ namespace CppSharp.Generators.CLI
|
|
|
|
|
public string VisitTemplateParameterSubstitutionType( |
|
|
|
|
TemplateParameterSubstitutionType param, TypeQualifiers quals) |
|
|
|
|
{ |
|
|
|
|
throw new NotImplementedException(); |
|
|
|
|
return param.Replacement.Visit(this); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string VisitInjectedClassNameType(InjectedClassNameType injected, TypeQualifiers quals) |
|
|
|
|
|