mirror of
https://github.com/NixOS/nix
synced 2025-06-28 05:21:16 +02:00
experimental/optional -> optional
This commit is contained in:
parent
52419f8db3
commit
c8a0b9d5cb
15 changed files with 27 additions and 27 deletions
|
@ -15,7 +15,7 @@ struct GitInfo
|
|||
};
|
||||
|
||||
GitInfo exportGit(ref<Store> store, const std::string & uri,
|
||||
std::experimental::optional<std::string> ref, std::string rev,
|
||||
std::optional<std::string> ref, std::string rev,
|
||||
const std::string & name);
|
||||
|
||||
extern std::regex revRegex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue