Skip to content

Commit 628a32d

Browse files
committed
[depr.capture.this] Replace "can" with "may".
This wording is describing permission, not capability, so should use "may".
1 parent f737729 commit 628a32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/future.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
\pnum
5454
For compatibility with prior \Cpp{} International Standards,
5555
a lambda expression with \grammarterm{capture-default}
56-
\tcode{=}\iref{expr.prim.lambda.capture} can implicitly capture
56+
\tcode{=}\iref{expr.prim.lambda.capture} may implicitly capture
5757
\tcode{*this} by reference.
5858
\begin{example}
5959
\begin{codeblock}

0 commit comments

Comments
 (0)