File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10825
10825
\item \tcode{(t$_1$.*f)(t$_2$, $\dotsc$, t$_N$)} when \tcode{f} is a pointer to a
10826
10826
member function of a class \tcode{T}
10827
10827
and
10828
- \tcode{is_same_v<T, remove_cvref_t<decltype(t1 )>> ||}
10828
+ \tcode{is_same_v<T, remove_cvref_t<decltype(t$_1$ )>> ||}
10829
10829
\tcode{is_base_of_v<T, remove_cvref_t<decltype(t$_1$)>>} is \tcode{true};
10830
10830
10831
10831
\item \tcode{(t$_1$.get().*f)(t$_2$, $\dotsc$, t$_N$)} when \tcode{f} is a pointer to a
10839
10839
\item \tcode{t$_1$.*f} when $N = 1$ and \tcode{f} is a pointer to
10840
10840
data member of a class \tcode{T}
10841
10841
and
10842
- \tcode{is_same_v<T, remove_cvref_t<decltype(t1 )>> ||}
10842
+ \tcode{is_same_v<T, remove_cvref_t<decltype(t$_1$ )>> ||}
10843
10843
\tcode{is_base_of_v<T, remove_cvref_t<decltype(t$_1$)>>} is \tcode{true};
10844
10844
10845
10845
\item \tcode{t$_1$.get().*f} when $N = 1$ and \tcode{f} is a pointer to
You can’t perform that action at this time.
0 commit comments