Skip to content

Commit 07113e5

Browse files
burblebeetkoeppe
authored andcommitted
CWG2754 Using *this in explicit object member functions that are coroutines
1 parent 6cb09a1 commit 07113e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6620,10 +6620,10 @@
66206620
where
66216621
$\tcode{p}_1$ denotes the object parameter and
66226622
$\tcode{p}_{i+1}$ denotes the $i^\text{th}$ non-object function parameter
6623-
for a non-static member function, and
6623+
for an implicit object member function, and
66246624
$\tcode{p}_i$ denotes
66256625
the $i^\text{th}$ function parameter otherwise.
6626-
For a non-static member function,
6626+
For an implicit object member function,
66276627
$\tcode{q}_1$ is an lvalue that denotes \tcode{*this};
66286628
any other $\tcode{q}_i$ is an lvalue
66296629
that denotes the parameter copy corresponding to $\tcode{p}_i$,

0 commit comments

Comments
 (0)