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

Cannot find <process/v2/src.hpp> #411

Open
dmenendez-gruposantander opened this issue Oct 16, 2024 · 2 comments
Open

Cannot find <process/v2/src.hpp> #411

dmenendez-gruposantander opened this issue Oct 16, 2024 · 2 comments

Comments

@dmenendez-gruposantander

The docs here say: "Boost.process v2 supports separate compilation similar to other boost libraries. It can be achieved by defining BOOST_PROCESS_V2_SEPARATE_COMPILATION and including <process/v2/src.hpp> in a single compile unit."

But that file src.hpp is nowhere to be found, neither in the official release nor the github repository.

Is this a typo in the docs?
If not, where can I find that file?

Thanks in advance for the help!

@klemens-morgenstern
Copy link
Collaborator

I forgot to update the docs for the last release. As of boost 1.86 v2 is a compiled library. So you'll need to link it, and the src.hpp is not available anymore.

@dmenendez-gruposantander
Copy link
Author

Thanks for the info!
I would suggest to update the docs to avoid future confusions.

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