boostorg / process

Boost Process
https://www.boost.org/libs/process
118 stars 116 forks source link

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

Open dmenendez-gruposantander opened 4 weeks ago

dmenendez-gruposantander commented 4 weeks ago

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 commented 4 weeks ago

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 commented 4 weeks ago

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