File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 634
634
A closure object behaves like a function
635
635
object~(\ref {function.objects }).\end {note }
636
636
637
+ \pnum
638
+ In the \grammarterm {decl-specifier-seq} of the \grammarterm {lambda-declarator},
639
+ each \grammarterm {decl-specifier}
640
+ shall either be \tcode {mutable} or \tcode {constexpr}.
641
+
637
642
\pnum
638
643
If a \grammarterm {lambda-expression} does not include a
639
644
\grammarterm {lambda-declarator}, it is as if the \grammarterm {lambda-declarator} were
726
731
\end {example }
727
732
728
733
\pnum
729
- In the \grammarterm {decl-specifier-seq} of the \grammarterm {lambda-declarator},
730
- each \grammarterm {decl-specifier}
731
- shall either be \tcode {mutable} or \tcode {constexpr}.
732
734
The function call operator or operator template is declared
733
735
\tcode {const}~(\ref {class.mfct.non-static }) if and only if the
734
736
\grammarterm {lambda-expression}'s \grammarterm {parameter-declaration-clause} is not
You can’t perform that action at this time.
0 commit comments