Skip to content

Commit c9e60ab

Browse files
committed
[template.gslice.array.overview] [template.mask.array.overview] [template.indirect.array.overview] Remove misplaced uses of itemdescr
1 parent 6d88664 commit c9e60ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/numerics.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8114,7 +8114,6 @@
81148114
gslice_array<T> valarray<T>::operator[](const gslice&);
81158115
\end{itemdecl}
81168116

8117-
\begin{itemdescr}
81188117
\pnum
81198118
It has reference semantics to a subset of an array specified by a
81208119
\tcode{gslice}
@@ -8128,7 +8127,6 @@
81288127
to a
81298128
generalized slice of the elements in
81308129
\tcode{a}.
8131-
\end{itemdescr}
81328130

81338131
\rSec3[gslice.array.assign]{\tcode{gslice_array} assignment}
81348132

@@ -8243,7 +8241,6 @@
82438241
mask_array<T> valarray<T>::operator[](const valarray<bool>&).
82448242
\end{itemdecl}
82458243

8246-
\begin{itemdescr}
82478244
\pnum
82488245
It has reference semantics to a subset of an array specified by a boolean mask.
82498246
Thus, the expression
@@ -8258,7 +8255,6 @@
82588255
\tcode{mask}
82598256
is
82608257
\tcode{true}.)
8261-
\end{itemdescr}
82628258

82638259
\rSec3[mask.array.assign]{\tcode{mask_array} assignment}
82648260

@@ -8369,7 +8365,6 @@
83698365
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&).
83708366
\end{itemdecl}
83718367

8372-
\begin{itemdescr}
83738368
\pnum
83748369
It has reference semantics to a subset of an array specified by an
83758370
\tcode{indirect_array}.
@@ -8381,7 +8376,6 @@
83818376
\tcode{a}
83828377
whose indices appear in
83838378
\tcode{indirect}.
8384-
\end{itemdescr}
83858379

83868380
\rSec3[indirect.array.assign]{\tcode{indirect_array} assignment}
83878381

0 commit comments

Comments
 (0)