Skip to content

Commit

Permalink
Use numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Sep 16, 2024
1 parent 0847c49 commit dabc193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/language/overloading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
rank of each conversion.

\p Conversion sequence ranks are ordered from better to worse as:
\begin{itemize}
\begin{enumerate}
\item \textbf{Exact Match}
\item \textbf{Extension}
\item \textbf{Promotion}
Expand All @@ -335,7 +335,7 @@
\item \textbf{Truncation}
\item \textbf{Promotion Truncation}
\item \textbf{Conversion Truncation}
\end{itemize}
\end{enumerate}

% TODO: Define user-defined conversion sequences. DXC doesn't actually support
% these because we don't resolve overloads for user-defined conversion
Expand Down

0 comments on commit dabc193

Please sign in to comment.