We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b07ece commit 00e12beCopy full SHA for 00e12be
source/numerics.tex
@@ -19257,7 +19257,7 @@
19257
\begin{itemdecl}
19258
template<class T, class Abi>
19259
constexpr basic_vec<T, Abi> min(const basic_vec<T, Abi>& a,
19260
- const basic_vec<T, Abi>& b) noexcept;
+ const basic_vec<T, Abi>& b) noexcept;
19261
\end{itemdecl}
19262
19263
\begin{itemdescr}
@@ -19275,7 +19275,7 @@
19275
19276
19277
constexpr basic_vec<T, Abi> max(const basic_vec<T, Abi>& a,
19278
19279
19280
19281
0 commit comments