Skip to content

Commit 96cdeff

Browse files
burblebeetkoeppe
authored andcommitted
CWG2907 Constant lvalue-to-rvalue conversion on uninitialized std::nullptr_t
1 parent 538a55b commit 96cdeff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/expressions.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7608,6 +7608,9 @@
76087608
an lvalue-to-rvalue conversion\iref{conv.lval} unless
76097609
it is applied to
76107610
\begin{itemize}
7611+
\item
7612+
a glvalue of type \cv \tcode{std::nullptr_t},
7613+
76117614
\item
76127615
a non-volatile glvalue that refers to an object that is
76137616
usable in constant expressions, or

0 commit comments

Comments
 (0)