fix macos build

This commit is contained in:
wjyLearn
2025-12-22 12:26:51 +08:00
parent 5d5b4e9d63
commit c94ff49059
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ index c4d99906..4d9b47ba 100644
void set_error(const std::error_code &ec, const std::string &msg) {set_error(ec, msg.c_str());};
+ int error_sink() const {return _pipe_sink;}
std::vector<int> get_used_handles() const
std::vector<int> get_used_handles() const
{
if (_pipe_sink == -1)
@@ -398,6 +399,7 @@ child executor<Sequence>::invoke(boost::mpl::false_, boost::mpl::false_)