You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/future.tex
+1-2
Original file line number
Diff line number
Diff line change
@@ -1543,8 +1543,7 @@
1543
1543
only if the type \tcode{T} is any of the following:
1544
1544
\begin{itemize}
1545
1545
\item a function type or a pointer to function type taking one argument of type \tcode{T1}
1546
-
% FIXME: Should this be R T0::f() ?
1547
-
\item a pointer to member function \tcode{R T0::f} \cv{} (where \cv{} represents the member function's cv-qualifiers); the type \tcode{T1} is \cv{}~\tcode{T0*}
1546
+
\item a pointer to member function \tcode{R T0::f()} \cv{} (where \cv{} represents the member function's cv-qualifiers); the type \tcode{T1} is \cv{}~\tcode{T0*}
1548
1547
\item a class type where the \grammarterm{qualified-id} \tcode{T::argument_type}
0 commit comments