Skip to content

std::vector<T> support #1727

Open
Open
@ShortDevelopment

Description

@ShortDevelopment

I just found this very promising project and started playing with it.

I was trying to convert a bunch of c++ headers to c# including this function which is just missing in the output

const std::vector<BusHardwareId> getResult() const {
    return result;
}

The versbose output contains the following

Function 'getResult' was ignored due to ignored return decl

Is there anything I can do about?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions