Skip to content

Commit 248c362

Browse files
committed
execution/into_variant: fix example
1 parent e411c3d commit 248c362

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/execution/execution/into_variant.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ namespace std::execution {
9494
#include <tuple>
9595
#include <print>
9696
#include <variant>
97-
#include <stdexec/execution.hpp>
98-
namespace ex = stdexec;
97+
#include <execution>
98+
namespace ex = std::execution;
9999
100100
struct FizzBuzzSender {
101101
using sender_concept = ex::sender_t;
@@ -158,6 +158,7 @@ int main()
158158
* ex::sender_t[link sender.md]
159159
* ex::sender[link sender.md]
160160
* ex::completion_signatures[link completion_signatures.md]
161+
* ex::operation_state[link operation_state.md]
161162
* ex::set_value_t[link set_value.md]
162163
* ex::set_value[link set_value.md]
163164
* ex::operation_state[link operation_state.md]

0 commit comments

Comments
 (0)