Skip to content

Commit 56079f1

Browse files
CaseyCartertkoeppe
authored andcommitted
[structure.specifications] clarify description of Results element
The text "... the expression is an lvalue if the type is an lvalue reference type, an xvalue if the type is an rvalue reference type, and a prvalue otherwise" clearly indicates that a Result element describes the type and value category of an expression, yet we summarize it as only "a description of the type of the expression".
1 parent 5342083 commit 56079f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
\result
395395
for a \grammarterm{typename-specifier}, a description of the named type;
396396
for an \grammarterm{expression},
397-
a description of the type of the expression;
397+
a description of the type and value category of the expression;
398398
the expression is an lvalue if the type is an lvalue reference type,
399399
an xvalue if the type is an rvalue reference type, and
400400
a prvalue otherwise.

0 commit comments

Comments
 (0)