Skip to content

Commit

Permalink
[expr.reinterpret.cast] Properly capitalize full-sentence bullets.
Browse files Browse the repository at this point in the history
Similar to cplusplus#2946.
  • Loading branch information
Eelis committed Jul 5, 2019
1 parent 2227673 commit 371d310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3934,11 +3934,11 @@
conversion is unspecified, except in the following cases:

\begin{itemize}
\item converting a prvalue of type ``pointer to member function'' to a
\item Converting a prvalue of type ``pointer to member function'' to a
different pointer-to-member-function type and back to its original type
yields the original pointer-to-member value.

\item converting a prvalue of type ``pointer to data member of \tcode{X}
\item Converting a prvalue of type ``pointer to data member of \tcode{X}
of type \tcode{T1}'' to the type ``pointer to data member of \tcode{Y}
of type \tcode{T2}'' (where the alignment requirements of \tcode{T2} are
no stricter than those of \tcode{T1}) and back to its original type
Expand Down

0 comments on commit 371d310

Please sign in to comment.