![]() |
Boost Users : |
From: ÐмиÑÑий ÐÑÑ
ипов (grisumbras_at_[hidden])
Date: 2025-05-29 06:26:50
ÑÑ, 29 Ð¼Ð°Ñ 2025â¯Ð³. в 00:08, Sebastian Koerner via Boost-users
<boost-users_at_[hidden]>:
>
> Hi Boost-Users,
>
> I understand that boost process has v2 and v1 is deprecated, but I thought v1 will at least work on for existing stuff.
> Between 1_87 and 1_88 process v1 stopped working with v1 code. Something changed v1-incompatible with the includes, like:
> boost::process::child is unknown.
> error: âchildâ is not a member of âboost::processâ
> 73 | std::vector<boost::process::child> m_processes;
This looks like a missing include. What headers do you include in that
file? I can see that class in `<boost/process/v1/child.hpp>` (the last
place it was documented to be in) in my local copy of Boost. There are
tests that use that class and they pass locally.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net