We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clang 4.0 seems to introduce a new warning, treated as an error, that breaks pybind11 for me: -Wunusable-partial-specialization.
-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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
nice, thanks, pulling asap!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: