Open dmenendez-gruposantander opened 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.
Thanks for the info! I would suggest to update the docs to avoid future confusions.
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!