Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading