We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d74d45 commit e70c392Copy full SHA for e70c392
source/meta.tex
@@ -5909,11 +5909,11 @@
5909
\tcode{meta::exception} unless
5910
\begin{itemize}
5911
\item
5912
- \tcode{r} represents a non-static data member with type $X$,
+ \tcode{r} represents a non-static data member with type \tcode{X},
5913
that is not a bit-field,
5914
that is a direct member of class \tcode{C},
5915
\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};
+ \tcode{is_convertible_v<X C::*, T>} is \tcode{true};
5917
5918
\tcode{r} represents an implicit object member function
5919
with type \tcode{F} or \tcode{F noexcept}
0 commit comments