mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
experimental/optional -> optional
This commit is contained in:
parent
86f3b94c8c
commit
ef52ccf035
14 changed files with 26 additions and 26 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