Error passing bindings to cxx for autocxx subclass using POD with certain fields #1278
Labels
bug
Something isn't working
good first issue
Good for newcomers
please-raise-a-pr
PR requested to fix this
These two fields cause cxx to reject the bindings generated for our subclass method:
It also appears to be an issue using
rust::Slice<float>
orrust::Vec<float>
(float*
works fine as expected).I am a C++ noob but I can't understand what's problematic about these fields.
Expected Behavior
cxx accepts the bindings, or autocxx generates an error when generating the subclass describing why the POD type isn't valid.
Actual Behavior
cxx rejects the bindings without any additional error info.
Steps to Reproduce the Problem
See linked fork above, uncomment "bad fields" in
MyPod
and runcargo run
.The text was updated successfully, but these errors were encountered: