-
Notifications
You must be signed in to change notification settings - Fork 533
Closed
Description
BaseClassSpecifier.Class has the following code:
if (!Type.IsTagDecl(out @Class))
throw new NotSupportedException();
Which means generation fails for classes which inherit templates. This branch adds a test case to the Basic test.
It also has hacks to early out for non-TagDecl bases which at least allows generation to succeed. Should I make a pull request or is there a better way to handle this?
https://github.com/sk-havok/CppSharp/tree/req/non_class_base
Metadata
Metadata
Assignees
Labels
No labels