mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 18:12:36 +00:00
small fix and updated examples
This commit is contained in:
@@ -14,11 +14,11 @@ using namespace boost::process;
|
||||
int main()
|
||||
{
|
||||
//[execute
|
||||
child c("test.exe");
|
||||
child c1("test.exe");
|
||||
//]
|
||||
|
||||
//[execute_path
|
||||
boost::filesystem::path exe = "../test.exe";
|
||||
child c(exe);
|
||||
child c2(exe);
|
||||
//]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user