Skip to content
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

implement alignof #1

Closed
jameysharp opened this issue Jun 10, 2016 · 0 comments
Closed

implement alignof #1

jameysharp opened this issue Jun 10, 2016 · 0 comments
Labels

Comments

@jameysharp
Copy link
Owner

In src/Language/Rust/Corrode/C.hs, interpretExpr should handle the CAlignofType constructor of CExpression in a manner very similar to how it handles CSizeofType, except by translating to std::mem::align_of.

jameysharp added a commit that referenced this issue Jun 16, 2016
Implement alignof (fixes #1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant