File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1803
1803
\end {note }
1804
1804
1805
1805
\pnum
1806
- If a \grammarterm {lambda-declarator} does not include
1807
- a \grammarterm {parameter-declaration-clause},
1808
- it is as if \tcode {()} were inserted
1809
- at the start of the \grammarterm {lambda-declarator} .
1806
+ A \grammarterm {lambda-expression}{'s} \grammarterm {parameter-declaration-clause}
1807
+ is the \grammarterm {parameter-declaration-clause} of
1808
+ the \grammarterm {lambda-expression}{'s} \grammarterm {lambda-declarator}, if any,
1809
+ or empty otherwise .
1810
1810
If the \grammarterm {lambda-declarator}
1811
1811
does not include a \grammarterm {trailing-return-type},
1812
1812
it is considered to be \tcode {-> \keyword {auto}}.
1873
1873
inline function call operator (for a non-generic lambda) or
1874
1874
function call operator template (for a generic lambda)\iref {over.call }
1875
1875
whose parameters and return type
1876
- are described by the \grammarterm {lambda-expression}'s
1876
+ are those of the \grammarterm {lambda-expression}{'s}
1877
1877
\grammarterm {parameter-declaration-clause} and \grammarterm {trailing-return-type}
1878
1878
respectively, and whose
1879
1879
\grammarterm {template-parameter-list} consists of
You can’t perform that action at this time.
0 commit comments