Skip to content

Commit b050f96

Browse files
committed
[execution.syn] Remove meaningless subclause comments
1 parent c5fe22d commit b050f96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/exec.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@
667667
inline constexpr spawn_future_t @\libglobal{spawn_future}@{};
668668

669669
// \ref{exec.util}, sender and receiver utilities
670-
// \ref{exec.util.cmplsig}
671670
template<class Fn>
672671
concept @\exposconceptnc{completion-signature}@ = @\seebelownc@; // \expos
673672

@@ -677,7 +676,6 @@
677676
template<class Sigs>
678677
concept @\exposconceptnc{valid-completion-signatures}@ = @\seebelownc@; // \expos
679678

680-
// \ref{exec.util.cmplsig.trans}
681679
template<
682680
@\exposconcept{valid-completion-signatures}@ InputSignatures,
683681
@\exposconcept{valid-completion-signatures}@ AdditionalSignatures = completion_signatures<>,
@@ -725,7 +723,6 @@
725723
template<@\exposconcept{class-type}@ Promise>
726724
struct with_awaitable_senders;
727725

728-
// \ref{exec.scope}
729726
// \ref{exec.scope.concepts}, scope concepts
730727
template<class Token>
731728
concept @\libconcept{scope_token}@ = @\seebelow@;

0 commit comments

Comments
 (0)