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 698be9d commit 1cda1f9Copy full SHA for 1cda1f9
source/numerics.tex
@@ -8431,7 +8431,7 @@
8431
8432
\indexlibrarymember{operator[]}{mask_array}%
8433
\begin{itemdecl}
8434
-mask_array<T> valarray<T>::operator[](const valarray<bool>&).
+mask_array<T> valarray<T>::operator[](const valarray<bool>&);
8435
\end{itemdecl}
8436
8437
\pnum
@@ -8548,7 +8548,7 @@
8548
8549
\indexlibrarymember{operator[]}{indirect_array}%
8550
8551
-indirect_array<T> valarray<T>::operator[](const valarray<size_t>&).
+indirect_array<T> valarray<T>::operator[](const valarray<size_t>&);
8552
8553
8554
0 commit comments