Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
@ -134,6 +134,7 @@ namespace CppSharp.Passes
template.Specializations.All(s => s.Ignore))
template.ExplicitlyIgnore();
if (template.Fields.Any(f => f.Type.Desugar() is TemplateParameterType))
MoveExternalSpecializations(template);
}