You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure about the exact cause, but it looks like the layout tests may be failing if the class name is the same as the function name. I'm guessing. Here is the test case.
Input C/C++ Header
classa {
virtualintb();
int c;
};
classoctave_function : a {
bool d;
};
I'm not sure about the exact cause, but it looks like the layout tests may be failing if the class name is the same as the function name. I'm guessing. Here is the test case.
Input C/C++ Header
Bindgen Invocation
Actual Results
Layout tests fail.
Expected Results
Layout tests pass.
The text was updated successfully, but these errors were encountered: