Skip to content

Commit 805aac8

Browse files
mattkretztkoeppe
authored andcommitted
[simd.syn,simd.ctor] Add missing \libconcept markup
1 parent 10468bf commit 805aac8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/numerics.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -16426,7 +16426,7 @@
1642616426
requires ranges::@\libconcept{sized_range}@<R>
1642716427
constexpr V simd_partial_load(R&& r, const typename V::mask_type& k,
1642816428
simd_flags<Flags...> f = {});
16429-
template<class V = @\seebelow@, contiguous_iterator I, class... Flags>
16429+
template<class V = @\seebelow@, @\libconcept{contiguous_iterator}@ I, class... Flags>
1643016430
constexpr V simd_partial_load(I first, iter_difference_t<I> n, simd_flags<Flags...> f = {});
1643116431
template<class V = @\seebelow@, @\libconcept{contiguous_iterator}@ I, class... Flags>
1643216432
constexpr V simd_partial_load(I first, iter_difference_t<I> n,
@@ -17114,8 +17114,8 @@
1711417114
\pnum
1711517115
\constraints
1711617116
\begin{itemize}
17117-
\item \tcode{R} models \tcode{ranges::contiguous_range} and
17118-
\tcode{ranges::sized_range},
17117+
\item \tcode{R} models \tcode{ranges::@\libconcept{contiguous_range}@} and
17118+
\tcode{ranges::@\libconcept{sized_range}@},
1711917119
\item \tcode{ranges::size(r)} is a constant expression, and
1712017120
\item \tcode{ranges::size(r)} is equal to \tcode{size()}.
1712117121
\end{itemize}
@@ -17161,8 +17161,8 @@
1716117161
\pnum
1716217162
\constraints
1716317163
\begin{itemize}
17164-
\item \tcode{R} models \tcode{ranges::contiguous_range} and
17165-
\tcode{ranges::sized_range}, and
17164+
\item \tcode{R} models \tcode{ranges::@\libconcept{contiguous_range}@} and
17165+
\tcode{ranges::@\libconcept{sized_range}@}, and
1716617166
\item \tcode{ranges::size(r)} is a constant expression.
1716717167
\end{itemize}
1716817168

0 commit comments

Comments
 (0)