Skip to content

Commit 8d5a7ce

Browse files
languagelawyerzygoloid
authored andcommitted
[dcl.array]: delete note about non-modifiability of arrays (#2048)
This note doesn't mean anything and contradicts the fact that a non-const-qualified array lvalue is in fact a modifiable lvalue.
1 parent 78af2e2 commit 8d5a7ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/declarators.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,6 @@
11781178
\pnum
11791179
\begin{note}
11801180
Conversions affecting expressions of array type are described in~\ref{conv.array}.
1181-
Objects of array types cannot be modified, see~\ref{basic.lval}.
11821181
\end{note}
11831182

11841183
\pnum

0 commit comments

Comments
 (0)