Hello,
Am I doing something wrong or why do I always get
boost/process/initializers/initializer_combination_category.hpp:29:60: error: no type named ‘combination_category’ in ‘const struct boost::process::posix::std_err_to_path’
bio::file_descriptor_sink log("log.txt");
bp::monitor child = bp::make_child
(
bp::paths(this->cmdOptions->Executable),
bp::std_err_to(log)
);
Any help would be really much appreciated.
Tobias
Hello,
Am I doing something wrong or why do I always get
Any help would be really much appreciated.
Tobias