Skip to content

Commit bb6f40f

Browse files
author
Dawn Perchik
committed
CWG2373 Incorrect handling of static member function templates in partial ordering
1 parent df3e381 commit bb6f40f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/templates.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3799,7 +3799,8 @@
37993799
in the type of the value synthesized for a non-type template parameter
38003800
is also a unique synthesized type.
38013801
\end{note}
3802-
If only one of the function templates \placeholder{M} is a non-static
3802+
If only one of the function templates \placeholder{M} is
3803+
a member function, and that function is a non-static
38033804
member of some class \placeholder{A}, \placeholder{M} is considered to have
38043805
a new first parameter inserted in its function
38053806
parameter list. Given \cv{} as the cv-qualifiers of \placeholder{M}

0 commit comments

Comments
 (0)