arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

Fix for preexec_func #19

Closed ilue closed 5 years ago

ilue commented 5 years ago

FuncHolder::operator() of preexec_func do nothing. This patch fix this.

arun11299 commented 5 years ago

Thanks!