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 18031803\end {note }
18041804
18051805\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 .
18101810If the \grammarterm {lambda-declarator}
18111811does not include a \grammarterm {trailing-return-type},
18121812it is considered to be \tcode {-> \keyword {auto}}.
18731873inline function call operator (for a non-generic lambda) or
18741874function call operator template (for a generic lambda)\iref {over.call }
18751875whose parameters and return type
1876- are described by the \grammarterm {lambda-expression}'s
1876+ are those of the \grammarterm {lambda-expression}{'s}
18771877\grammarterm {parameter-declaration-clause} and \grammarterm {trailing-return-type}
18781878respectively, and whose
18791879\grammarterm {template-parameter-list} consists of
You can’t perform that action at this time.
0 commit comments