Skip to content

Commit 6f5f48b

Browse files
committed
[dcl.init.ref] Add missing comma, turn into sub-bullets
1 parent 2dab816 commit 6f5f48b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

source/declarations.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6268,7 +6268,11 @@
62686268

62696269
\item Otherwise, if the initializer expression
62706270
\begin{itemize}
6271-
\item is an rvalue (but not a bit-field) or an lvalue of function type and
6271+
\item is either
6272+
\begin{itemize}
6273+
\item an rvalue (but not a bit-field), or
6274+
\item an lvalue of function type, and
6275+
\end{itemize}
62726276
``\cvqual{cv1} \tcode{T1}'' is
62736277
reference-compatible with ``\cvqual{cv2} \tcode{T2}'', or
62746278

0 commit comments

Comments
 (0)