Skip to content

Commit 5422d74

Browse files
hewillktkoeppe
authored andcommitted
[exec.sync.wait] Added missing \exposid and \libcecpt for two alias templates
1 parent ca38e0b commit 5422d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4487,11 +4487,11 @@
44874487
\begin{codeblock}
44884488
namespace std::this_thread {
44894489
template<execution::@\libconcept{sender_in}@<@\exposid{sync-wait-env}@> Sndr>
4490-
using sync-wait-result-type =
4490+
using @\exposid{sync-wait-result-type}@ =
44914491
optional<execution::value_types_of_t<Sndr, @\exposid{sync-wait-env}@, @\exposid{decayed-tuple}@,
44924492
type_identity_t>>;
44934493

4494-
template<execution::sender_in<sync-wait-env> Sndr>
4494+
template<execution::@\libconcept{sender_in}@<@\exposid{sync-wait-env}@> Sndr>
44954495
using @\exposid{sync-wait-with-variant-result-type}@ =
44964496
optional<execution::value_types_of_t<Sndr, @\exposid{sync-wait-env}@>>;
44974497
}

0 commit comments

Comments
 (0)