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!
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.hppis 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!