From f92922654ccf8059bb5c23011f568665578e19c4 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:29:08 +0000 Subject: [PATCH] [conv.rank] Remove text suggesting 'char' is a signed integer type --- source/basic.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a3020c43c3..e6c36c83fb 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5704,9 +5704,8 @@ Every integer type has an \term{integer conversion rank} defined as follows: \begin{itemize} -\item No two signed integer types other than \keyword{char} and \tcode{\keyword{signed} -\keyword{char}} (if \keyword{char} is signed) have the same rank, even if they have -the same representation. +\item No two signed integer types have the same rank, +even if they have the same representation. \item The rank of a signed integer type is greater than the rank of any signed integer type with a smaller width.