Skip to content

Commit 5396d89

Browse files
committed
[meta.reflection.extract] Fix mistaken "C" that should be "X C::*".
This seems to have been a mistake during application of P2996R13.
1 parent 0922eee commit 5396d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5898,8 +5898,8 @@
58985898
\tcode{r} represents a non-static data member with type $X$,
58995899
that is not a bit-field,
59005900
that is a direct member of class \tcode{C},
5901-
\tcode{T} and \tcode{C} are similar types\iref{conv.qual}, and
5902-
\tcode{T} is \tcode{is_convertible_v<\brk{}X C::*, T>} is \tcode{true};
5901+
\tcode{T} and \tcode{X C::*} are similar types\iref{conv.qual}, and
5902+
\tcode{T} is \tcode{is_convertible_v<X C::*, T>} is \tcode{true};
59035903
\item
59045904
\tcode{r} represents an implicit object member function
59055905
with type \tcode{F} or \tcode{F noexcept}

0 commit comments

Comments
 (0)