-
Notifications
You must be signed in to change notification settings - Fork 285
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
Boost 1.65.0 incompatibility #317
Comments
Please test the |
When Boost 1.65.0 or higher is used, we'll rely on C++11 for smart pointers instead of the `boost/tr1/*.hpp` headers.
@c-lipka looks like 3.7.0.4 is good. There's a minor header issue. I think it should
|
@c-lipka full build log is here: https://gist.github.com/ilovezfs/d4f1368f5473fd1ae26a53d41e1b751a |
I'll look into the Did you also find the time to test the current 3.8.0? |
It's indirectly related because the Boost fixes require the switch to C++11, which is what triggered it, I believe.
Not yet, but I will try it. |
The current |
Any feedback on the |
Both hotfix/issue_317_v370 and v3.8.0-alpha.9387404 build fine :) |
3.7.1-beta.9 is broken due to POV-Ray/povray#317
As of Boost 1.65.0, the tr1 headers have all been removed. However, povray master is still unconditionally including them, as here: https://github.com/POV-Ray/povray/blob/master/unix/povconfig/syspovconfig.h#L59
This renders povray incompatible with Boost >= 1.65.0. It would be great if you could add compatibility for the current version of Boost. Thanks!
The text was updated successfully, but these errors were encountered: