You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: