You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transform_completion_signatures_of appears once in the header synopsis for <execution>, but is not further described in [exec.util.cmplsig.trans], even though the template parameters SetValue and SetError are annotated with "see below".
I guess those template parameters are equivalent to the ones from transform_completion_signatures?
The text was updated successfully, but these errors were encountered:
I guess those template parameters are equivalent to the ones from transform_completion_signatures?
This was clearly right in P2300R7 when transform_completion_signatures_of was make_completion_signatures. But the specification was accidently removed during renaming.
transform_completion_signatures_of
appears once in the header synopsis for<execution>
, but is not further described in [exec.util.cmplsig.trans], even though the template parametersSetValue
andSetError
are annotated with "see below".I guess those template parameters are equivalent to the ones from
transform_completion_signatures
?The text was updated successfully, but these errors were encountered: