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

Errors with clang-4.0 #711

Closed
jcelerier opened this issue Mar 8, 2017 · 2 comments
Closed

Errors with clang-4.0 #711

jcelerier opened this issue Mar 8, 2017 · 2 comments

Comments

@jcelerier
Copy link
Contributor

Clang 4.0 seems to introduce a new warning, treated as an error, that breaks pybind11 for me: -Wunusable-partial-specialization.

The error can be seen here : https://travis-ci.org/OSSIA/libossia/jobs/209039296#L1914

My whole pybind11 code is here : https://github.com/OSSIA/libossia/blob/master/OSSIA/ossia-python/ossia_python.cpp

@jagerman
Copy link
Member

jagerman commented Mar 8, 2017

This is fixed in current master (PR #677 fixed it).

I'll close this, but of course reopen if you're still getting it on current master.

@jagerman jagerman closed this as completed Mar 8, 2017
@jcelerier
Copy link
Contributor Author

nice, thanks, pulling asap!

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

No branches or pull requests

2 participants