File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10644,15 +10644,15 @@
10644
10644
member function of a class \tcode{T}
10645
10645
and \tcode{t$_1$} does not satisfy the previous two items;
10646
10646
10647
- \item \tcode{t$_1$.*f} when \tcode{ N == 1} and \tcode{f} is a pointer to
10647
+ \item \tcode{t$_1$.*f} when $ N = 1$ and \tcode{f} is a pointer to
10648
10648
data member of a class \tcode{T}
10649
10649
and \tcode{is_base_of_v<T, remove_reference_t<decltype(t$_1$)>>} is \tcode{true};
10650
10650
10651
- \item \tcode{t$_1$.get().*f} when \tcode{ N == 1} and \tcode{f} is a pointer to
10651
+ \item \tcode{t$_1$.get().*f} when $ N = 1$ and \tcode{f} is a pointer to
10652
10652
data member of a class \tcode{T}
10653
10653
and \tcode{remove_cvref_t<decltype(t$_1$)>} is a specialization of \tcode{reference_wrapper};
10654
10654
10655
- \item \tcode{(*t$_1$).*f} when \tcode{ N == 1} and \tcode{f} is a pointer to
10655
+ \item \tcode{(*t$_1$).*f} when $ N = 1$ and \tcode{f} is a pointer to
10656
10656
data member of a class \tcode{T}
10657
10657
and \tcode{t$_1$} does not satisfy the previous two items;
10658
10658
You can’t perform that action at this time.
0 commit comments