We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352e4b1 commit c8d22d4Copy full SHA for c8d22d4
source/expressions.tex
@@ -2515,7 +2515,7 @@
2515
\item If \tcode{m1} captures the entity by copy,
2516
\tcode{m2} captures the corresponding
2517
non-static data member of \tcode{m1}'s closure type;
2518
-if \tcode{m1} is not mutable, the non-static data member is considered to be const-qualified.
+if \tcode{m1} is not \keyword{mutable}, the non-static data member is considered to be const-qualified.
2519
\item If \tcode{m1} captures the entity by reference,
2520
\tcode{m2} captures the same
2521
entity captured by \tcode{m1}.
0 commit comments