mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
experimental/optional -> optional
This commit is contained in:
parent
52419f8db3
commit
c8a0b9d5cb
15 changed files with 27 additions and 27 deletions
|
|
@ -171,7 +171,7 @@ std::unique_ptr<Source> sinkToSource(
|
|||
|
||||
std::function<void(Sink &)> fun;
|
||||
std::function<void()> eof;
|
||||
std::experimental::optional<coro_t::pull_type> coro;
|
||||
std::optional<coro_t::pull_type> coro;
|
||||
bool started = false;
|
||||
|
||||
SinkToSource(std::function<void(Sink &)> fun, std::function<void()> eof)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue