Skip to content

Compile error with initializers #2

@Mythli

Description

@Mythli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions