Skip to content

Commit 97837d7

Browse files
burblebeetkoeppe
authored andcommitted
CWG2283 Missing complete type requirements
1 parent e28cedb commit 97837d7

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
@@ -3529,6 +3529,9 @@
35293529
if the result type is an lvalue reference type or an rvalue reference to function type,
35303530
an xvalue if the result type is an rvalue reference to object type, and a prvalue
35313531
otherwise.
3532+
If it is a non-void prvalue,
3533+
the type of the function call expression shall be complete,
3534+
except as specified in \ref{dcl.type.decltype}.
35323535

35333536
\rSec3[expr.type.conv]{Explicit type conversion (functional notation)}
35343537

0 commit comments

Comments
 (0)