Skip to content

Commit 9b3d01e

Browse files
authored
[execution.syn] Fix read_env name (#7169)
1 parent 9259cbb commit 9b3d01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
inline constexpr just_error_t just_error{};
596596
inline constexpr just_stopped_t just_stopped{};
597597
inline constexpr schedule_t schedule{};
598-
inline constexpr unspecified read{};
598+
inline constexpr @\unspec@ read_env{};
599599

600600
template<@\libconcept{scheduler}@ Sndr>
601601
using schedule_result_t = decltype(schedule(declval<Sndr>()));

0 commit comments

Comments
 (0)