mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
experimental/optional -> optional
This commit is contained in:
parent
52419f8db3
commit
c8a0b9d5cb
15 changed files with 27 additions and 27 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