File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3025
3025
\pnum
3026
3026
Let \tcode {Sigs} be
3027
3027
a pack of the arguments to the \tcode {completion_signatures} specialization
3028
- named by \tcode {completion_signatures_of_t<@ \exposid {child-type}<Sndr>, env_of_t<Rcvr>>}.
3028
+ named by \tcode {completion_signatures_of_t<\exposid {child-type}<Sndr>, env_of_t<Rcvr>>}.
3029
3029
Let \exposid {as-tuple} be an alias template
3030
3030
that transforms a completion signature \tcode {Tag(Args...)} into
3031
3031
the tuple specialization \tcode {\exposid {decayed-tuple}<Tag, Args...>}.
Original file line number Diff line number Diff line change 17431
17431
\pnum
17432
17432
\constraints
17433
17433
\begin{itemize}
17434
- \item \tcode{R} models \tcode{ranges::@ \libconcept{contiguous_range}@ } and
17435
- \tcode{ranges::@ \libconcept{sized_range}@ },
17434
+ \item \tcode{R} models \tcode{ranges::\libconcept{contiguous_range}} and
17435
+ \tcode{ranges::\libconcept{sized_range}},
17436
17436
\item \tcode{ranges::size(r)} is a constant expression, and
17437
17437
\item \tcode{ranges::size(r)} is equal to \tcode{size()}.
17438
17438
\end{itemize}
17478
17478
\pnum
17479
17479
\constraints
17480
17480
\begin{itemize}
17481
- \item \tcode{R} models \tcode{ranges::@ \libconcept{contiguous_range}@ } and
17482
- \tcode{ranges::@ \libconcept{sized_range}@ }, and
17481
+ \item \tcode{R} models \tcode{ranges::\libconcept{contiguous_range}} and
17482
+ \tcode{ranges::\libconcept{sized_range}}, and
17483
17483
\item \tcode{ranges::size(r)} is a constant expression.
17484
17484
\end{itemize}
17485
17485
You can’t perform that action at this time.
0 commit comments