Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5909,11 +5909,11 @@
\tcode{meta::exception} unless
\begin{itemize}
\item
\tcode{r} represents a non-static data member with type $X$,
\tcode{r} represents a non-static data member with type \tcode{X},
that is not a bit-field,
that is a direct member of class \tcode{C},
\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};
\tcode{is_convertible_v<X C::*, T>} is \tcode{true};
\item
\tcode{r} represents an implicit object member function
with type \tcode{F} or \tcode{F noexcept}
Expand Down