-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Compile error with boost 1.71 #843
Comments
This is a duplicate. See also #794. This has links to the same issue in many dependent projects, That issue was 8 months ago. Maybe it was fixed in the development branch which I see is still active. There are pull requests going back years that have apparently had no attention, so who knows. |
I also had the same problem on Arch Linux. Seems the only way to fix the issue is downgrading the boost-libs and boost. I downgraded the packages and it worked. First, you have to downgrade boost-libs then boost package. Downgrading the packages can be done with these commands: boost: |
Thanks for the hints. But downgrading boost brings many other proglems. |
The fix for this issue has been available on the |
Hello,
since Arch Linux updated boost to version 1.71, I'm not longer able to compile my application using websocketpp (Version 0.8.1). With boost 1.69 everything is working.
Greetings,
Jochen
The text was updated successfully, but these errors were encountered: