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 0922eee commit 5396d89Copy full SHA for 5396d89
source/meta.tex
@@ -5898,8 +5898,8 @@
5898
\tcode{r} represents a non-static data member with type $X$,
5899
that is not a bit-field,
5900
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};
+ \tcode{T} and \tcode{X C::*} are similar types\iref{conv.qual}, and
+ \tcode{T} is \tcode{is_convertible_v<X C::*, T>} is \tcode{true};
5903
\item
5904
\tcode{r} represents an implicit object member function
5905
with type \tcode{F} or \tcode{F noexcept}
0 commit comments