From d2fa934154d87abe02c59951c5bdce1f5ca7b1c6 Mon Sep 17 00:00:00 2001 From: Matthias Wippich Date: Tue, 16 Jun 2026 09:12:39 +0200 Subject: [PATCH] [dcl.init.ref] Add missing comma, turn into sub-bullets --- source/declarations.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 627360a226..5ce07504eb 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -6268,7 +6268,11 @@ \item Otherwise, if the initializer expression \begin{itemize} -\item is an rvalue (but not a bit-field) or an lvalue of function type and +\item is either +\begin{itemize} +\item an rvalue (but not a bit-field), or +\item an lvalue of function type, and +\end{itemize} ``\cvqual{cv1} \tcode{T1}'' is reference-compatible with ``\cvqual{cv2} \tcode{T2}'', or