Skip to content

Commit 68582c9

Browse files
burblebeetkoeppe
authored andcommitted
LWG4209 default_domain::transform_env should be returning FWD-ENV(env)
1 parent 4d8b0f8 commit 68582c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@
22472247
tag_of_t<Sndr>().transform_env(std::forward<Sndr>(sndr), std::forward<Env>(env))
22482248
\end{codeblock}
22492249
if that expression is well-formed;
2250-
otherwise, \tcode{static_cast<Env>(std::forward<Env>(env))}.
2250+
otherwise, \tcode{\exposid{FWD-ENV}(std::forward<Env>(env))}.
22512251

22522252
\pnum
22532253
\mandates

0 commit comments

Comments
 (0)