Open
Description
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?