Skip to content

[exec.schedule.from], [simd.ctor] Remove incorrect @ escapes #7759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@
\pnum
Let \tcode{Sigs} be
a pack of the arguments to the \tcode{completion_signatures} specialization
named by \tcode{completion_signatures_of_t<@\exposid{child-type}<Sndr>, env_of_t<Rcvr>>}.
named by \tcode{completion_signatures_of_t<\exposid{child-type}<Sndr>, env_of_t<Rcvr>>}.
Let \exposid{as-tuple} be an alias template
that transforms a completion signature \tcode{Tag(Args...)} into
the tuple specialization \tcode{\exposid{decayed-tuple}<Tag, Args...>}.
Expand Down
8 changes: 4 additions & 4 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17431,8 +17431,8 @@
\pnum
\constraints
\begin{itemize}
\item \tcode{R} models \tcode{ranges::@\libconcept{contiguous_range}@} and
\tcode{ranges::@\libconcept{sized_range}@},
\item \tcode{R} models \tcode{ranges::\libconcept{contiguous_range}} and
\tcode{ranges::\libconcept{sized_range}},
\item \tcode{ranges::size(r)} is a constant expression, and
\item \tcode{ranges::size(r)} is equal to \tcode{size()}.
\end{itemize}
Expand Down Expand Up @@ -17478,8 +17478,8 @@
\pnum
\constraints
\begin{itemize}
\item \tcode{R} models \tcode{ranges::@\libconcept{contiguous_range}@} and
\tcode{ranges::@\libconcept{sized_range}@}, and
\item \tcode{R} models \tcode{ranges::\libconcept{contiguous_range}} and
\tcode{ranges::\libconcept{sized_range}}, and
\item \tcode{ranges::size(r)} is a constant expression.
\end{itemize}

Expand Down