Skip to content

Commit 6ecc783

Browse files
committed
Comment assert
1 parent a8325ce commit 6ecc783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CppAst/CppModelBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public CppModelBuilder()
5858
public CXChildVisitResult VisitTranslationUnit(CXCursor cursor, CXCursor parent, void* data)
5959
{
6060
var result = VisitMember(cursor, parent, data);
61-
Debug.Assert(_mapTemplateParameterTypeToTypedefKeys.Count == 0);
61+
//Debug.Assert(_mapTemplateParameterTypeToTypedefKeys.Count == 0);
6262
return result;
6363
}
6464

0 commit comments

Comments
 (0)