We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3dec2 commit e70c7ccCopy full SHA for e70c7cc
source/exec.tex
@@ -3816,7 +3816,7 @@
3816
Equivalent to:
3817
\begin{codeblock}
3818
auto cs = get_completion_signatures<@\exposid{child-type}@<Sndr>, @\exposid{FWD-ENV-T}@(Env)...>();
3819
-auto fn = []<class... Ts>(set_value_t(*)(Ts...)) {
+auto fn = []<class... Ts>(@\exposid{decayed-typeof}@<@\exposid{set-cpo}@>(*)(Ts...)) {
3820
if constexpr (!@\libconcept{invocable}@<remove_cvref_t<@\exposid{data-type}@<Sndr>>, Ts...>)
3821
throw @\placeholder{unspecified-exception}@();
3822
};
0 commit comments