We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1f637 commit abf219bCopy full SHA for abf219b
src/Generator/Passes/SymbolsCodeGenerator.cs
@@ -34,7 +34,7 @@ public override void Process()
34
35
public override bool VisitMethodDecl(Method method)
36
{
37
- if (method.Namespace is ClassTemplateSpecialization specialization &&
+ if (method.Namespace is ClassTemplateSpecialization &&
38
(method.TranslationUnit.IsSystemHeader ||
39
((method.IsConstructor || method.IsDestructor) &&
40
!method.IsImplicit && !method.IsDefaulted && !method.IsPure &&
0 commit comments