-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repr(align(0)) for std::basic_string causing build error #1565
Comments
Is there any chance to provide a test-case? Presumably we should be just |
Here's a |
Bump. I'm also hitting this on Mac for a library that refers to std::string. Would a smaller test case help? |
Yes, for sure. creducing this would be awesome. |
This is not fixed per #1593, which has a more complex test-case. |
Input C/C++ Header
Bindgen Invocation
Actual Results
Generating the binding.rs works fine, but when compiling....
The offending lines in the binding.rs look like:
and
Expected Results
While this works just fine on our linux machines, on our Macs, we get the error provided. Here's a sample
uname -a
from one of our Macs:The text was updated successfully, but these errors were encountered: