Skip to content

Commit 660d97e

Browse files
Eeliszygoloid
authored andcommitted
[depr.func.adaptor.typedefs] Clarify that reference_wrapper does not define argument_type for non-nullary member function pointer types.
1 parent 99031a1 commit 660d97e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/future.tex

+1-2
Original file line numberDiff line numberDiff line change
@@ -1543,8 +1543,7 @@
15431543
only if the type \tcode{T} is any of the following:
15441544
\begin{itemize}
15451545
\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*}
15481547
\item a class type where the \grammarterm{qualified-id} \tcode{T::argument_type}
15491548
is valid and denotes a type~(\ref{temp.deduct});
15501549
the type \tcode{T1} is \tcode{T::argument_type}.

0 commit comments

Comments
 (0)