Skip to content

Commit 186b9fe

Browse files
committed
Edit: Correction for static methods
To make the comparassion between static methods and methods with implicit parameters work we need to add a dummy first parameter for static members, so only mthods with an explicit first parameter don't need a new first parameter.
1 parent b1c0531 commit 186b9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3903,7 +3903,7 @@
39033903
in the type of the value synthesized for a non-type template parameter
39043904
is also a unique synthesized type.
39053905
\end{note}
3906-
Each function template $M$ that is a member function with an implicit object parameter
3906+
Each function template $M$ that is a member function with no explicit object parameter
39073907
is considered to have
39083908
a new first parameter of type $X(M)$, described below,
39093909
inserted in its function parameter list.

0 commit comments

Comments
 (0)