Skip to content

Commit e70c392

Browse files
jensmaurertkoeppe
authored andcommitted
[meta.reflection.extract] Remove stray 'T is' and format 'X' in code font
Fixes NB US 110-171 (C++26 CD).
1 parent 9d74d45 commit e70c392

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
@@ -5909,11 +5909,11 @@
59095909
\tcode{meta::exception} unless
59105910
\begin{itemize}
59115911
\item
5912-
\tcode{r} represents a non-static data member with type $X$,
5912+
\tcode{r} represents a non-static data member with type \tcode{X},
59135913
that is not a bit-field,
59145914
that is a direct member of class \tcode{C},
59155915
\tcode{T} and \tcode{X C::*} are similar types\iref{conv.qual}, and
5916-
\tcode{T} is \tcode{is_convertible_v<X C::*, T>} is \tcode{true};
5916+
\tcode{is_convertible_v<X C::*, T>} is \tcode{true};
59175917
\item
59185918
\tcode{r} represents an implicit object member function
59195919
with type \tcode{F} or \tcode{F noexcept}

0 commit comments

Comments
 (0)