8000 Incorrectly parsing inheritance with multiple template arguments · Issue #27 · robotpy/robotpy-cppheaderparser · GitHub
[go: up one dir, main page]

Skip to content
Incorrectly parsing inheritance with multiple template arguments #27
Closed
@rainman110

Description

@rainman110

The following header is not parsed correctly

template <typename Type>
class XYZ : public MyBaseClass<Type, int>
{
    public:
    XYZ();
};

CppHeaderParser detects two base classes ( 1.: MyBaseClass<Type, 2: int>) instead of one templated base class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0