We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exec::write
1 parent 47185ef commit c00a061Copy full SHA for c00a061
1 file changed
include/exec/env.hpp
@@ -141,7 +141,7 @@ namespace exec {
141
142
inline constexpr __read_with_default::__read_with_default_t read_with_default{};
143
144
- [[deprecated("exec::write_env has been renamed to exec::write_env")]]
+ [[deprecated("exec::write has been renamed to exec::write_env")]]
145
inline constexpr stdexec::__write_::__write_env_t write{};
146
inline constexpr stdexec::__write_::__write_env_t write_env{};
147
0 commit comments