-
Notifications
You must be signed in to change notification settings - Fork 97
It would fail if parent is a template class #35
Copy link
Copy link
Closed
Labels
3rd partyRequires a modification to a 3rd party project.Requires a modification to a 3rd party project.
Description
Line 1750 in eb2ee6f
| assert compound.name.startswith(prefix) |
Hi,
Prefix won't contain parent's template parameters list but compound.name does contain, so the assertion would fail.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3rd partyRequires a modification to a 3rd party project.Requires a modification to a 3rd party project.
Projects
Status
Done