Skip to content

Commit a82da99

Browse files
authored
[simd] Add missing \libconcept for same_as (#8540)
1 parent 8512806 commit a82da99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18568,7 +18568,7 @@
1856818568
\item
1856918569
\tcode{ranges::range_value_t<R>} is a vectorizable type,
1857018570
\item
18571-
\tcode{same_as<remove_cvref_t<V>, V>} is \tcode{true},
18571+
\tcode{\libconcept{same_as}<remove_cvref_t<V>, V>} is \tcode{true},
1857218572
\item
1857318573
\tcode{V} is an enabled specialization of \tcode{basic_vec}, and
1857418574
\item
@@ -18994,7 +18994,7 @@
1899418994
\item
1899518995
\tcode{ranges::range_value_t<R>} is a vectorizable type,
1899618996
\item
18997-
\tcode{same_as<remove_cvref_t<V>, V>} is \tcode{true},
18997+
\tcode{\libconcept{same_as}<remove_cvref_t<V>, V>} is \tcode{true},
1899818998
\item
1899918999
\tcode{V} is an enabled specialization of \tcode{basic_vec},
1900019000
\item
@@ -20471,7 +20471,7 @@
2047120471
\constraints
2047220472
\begin{itemize}
2047320473
\item
20474-
\tcode{same_as<T0, T1>} is \tcode{true},
20474+
\tcode{\libconcept{same_as}<T0, T1>} is \tcode{true},
2047520475
\item
2047620476
\tcode{T0} is a vectorizable type, and
2047720477
\item

0 commit comments

Comments
 (0)