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

avoid using size of non-static data member #12

Merged
merged 1 commit into from
Dec 19, 2014
Merged

avoid using size of non-static data member #12

merged 1 commit into from
Dec 19, 2014

Conversation

Altren
Copy link
Contributor

@Altren Altren commented Dec 19, 2014

sizeof non-static data member doesnt't compile with clang for some reason. This change is not enough to compile eixx with clang, but now it is possible to use eixx headers in project that builds with clang.
Fixes #4

saleyn added a commit that referenced this pull request Dec 19, 2014
avoid using size of non-static data member
@saleyn saleyn merged commit ed54ad4 into saleyn:master Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: invalid use of non-static data member 'u'
2 participants