Skip to content

Commit 9893b65

Browse files
timsong-cppzygoloid
authored andcommitted
[expr.prim.id.unqual] Restore "Otherwise"
It is still needed for the naming-local-entity-in-lambda case.
1 parent 2c48e4e commit 9893b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@
13741374
If that \grammarterm{lambda-expression} is not declared \tcode{mutable},
13751375
the type of such an identifier will typically be \tcode{const} qualified.
13761376
\end{note}
1377-
The type of the expression is the type of the result.
1377+
Otherwise, the type of the expression is the type of the result.
13781378
\begin{note}
13791379
If the entity is a template parameter object for
13801380
a template parameter of type \tcode{T}\iref{temp.param},

0 commit comments

Comments
 (0)