mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
experimental/optional -> optional
This commit is contained in:
parent
86f3b94c8c
commit
ef52ccf035
14 changed files with 26 additions and 26 deletions
|
@ -965,7 +965,7 @@ std::vector<char *> stringsToCharPtrs(const Strings & ss)
|
|||
|
||||
|
||||
string runProgram(Path program, bool searchPath, const Strings & args,
|
||||
const std::experimental::optional<std::string> & input)
|
||||
const std::optional<std::string> & input)
|
||||
{
|
||||
RunOptions opts(program, args);
|
||||
opts.searchPath = searchPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue