Skip to content

Commit bcc4c74

Browse files
committed
[exec.spawn.future] Rename expos-only member to "variant-t"
1 parent b050f96 commit bcc4c74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/exec.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5199,8 +5199,8 @@
51995199

52005200
template<class... Sigs>
52015201
struct @\exposid{spawn-future-state-base}@<completion_signatures<Sigs...>> { // \expos
5202-
using @\exposid{variant_t}@ = @\seebelow@; // \expos
5203-
@\exposid{variant_t}@ @\exposid{result}@; // \expos
5202+
using @\exposid{variant-t}@ = @\seebelow@; // \expos
5203+
@\exposid{variant-t}@ @\exposid{result}@; // \expos
52045204
virtual void @\exposid{complete}@() noexcept = 0; // \expos
52055205
};
52065206
}
@@ -5221,13 +5221,13 @@
52215221
in every parameter pack \tcode{Args}
52225222
in every completion signature \tcode{Tag(Args...)}
52235223
in \tcode{Sigs} then
5224-
\exposid{variant_t} denotes the type
5224+
\exposid{variant-t} denotes the type
52255225
\tcode{variant<monostate, tuple<set_stopped_t>, \placeholder{as-tuple}<Sigs>...>},
52265226
except with duplicate types removed.
52275227

52285228
\item
52295229
Otherwise
5230-
\exposid{variant_t} denotes the type
5230+
\exposid{variant-t} denotes the type
52315231
\tcode{variant<monostate, tuple<set_stopped_t>, tuple<set_error_t, exception_ptr>, \placeholder{as-tuple}<Sigs>...>},
52325232
except with duplicate types removed.
52335233
\end{itemize}

0 commit comments

Comments
 (0)