-
Notifications
You must be signed in to change notification settings - Fork 119
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
Program fails to compile after including header : <boost/process.hpp> #92
Comments
Can anyone reproduce it? |
I updated boost.process to work woth the current asio interface and dropped support for the old classes. Well at least my forward declarations don't support that, maybe the easiest one is to just comment them out. |
Thanks |
@klemens-morgenstern will this be fixed in next boost version ? |
Any news on this? Stumbling into the same issue if I try to compile with 1.73 on a Mac. Same code with 1.68.0_1 builds without issues. |
There were some more asio Api changes we adapted. I hope that fixed the issue by now. |
@klemens-morgenstern Thx for the response! So that's on release 1.74 I assume? Need to check, if/when homebrew-boost get's updated then... |
I am facing an issue while upgrading to Boost 1.70.0. There are many files in my project that includes <boost/process.hpp>.
I have written a program that demonstrates the problem.
Compilation line :
g++ -std=c++14 test_process.hpp -Iboost_1_70_0 -DBOOST_ASIO_ENABLE_OLD_SERVICES
My program fails to compile with below error:
The text was updated successfully, but these errors were encountered: