util: rename stdout/stdin members to avoid conflicts w/standard macro
(cherry picked from commit c389a7fb617ed7bcd617efa68c6a48c00405310d)
This commit is contained in:
parent
ae299ab47a
commit
9b33201e72
2 changed files with 9 additions and 9 deletions
|
@ -260,8 +260,8 @@ struct RunOptions
|
|||
bool searchPath = true;
|
||||
Strings args;
|
||||
std::experimental::optional<std::string> input;
|
||||
Source * stdin = nullptr;
|
||||
Sink * stdout = nullptr;
|
||||
Source * standardIn = nullptr;
|
||||
Sink * standardOut = nullptr;
|
||||
bool _killStderr = false;
|
||||
|
||||
RunOptions(const Path & program, const Strings & args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue