Skip to content

Commit f04f5cb

Browse files
committed
[lex.literal] Properly format table headings
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit f04f5cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/lex.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,8 @@
14661466
\begin{floattable}{Character literals}{lex.ccon.literal}
14671467
{l|l|l|l|l}
14681468
\topline
1469-
Encoding & Kind & Type & Associated char- & Example \\
1470-
prefix & & & acter encoding & \\
1469+
\lhdr{Encoding} & \chdr{Kind} & \chdr{Type} & \chdr{Associated char-} & \rhdr{Example} \\
1470+
\lhdr{prefix} & \chdr{} & \chdr{} & \chdr{acter encoding} & \\
14711471
\capsep
14721472
none &
14731473
\defnx{ordinary character literal}{literal!character!ordinary} &
@@ -1805,9 +1805,9 @@
18051805
\begin{floattable}{String literals}{lex.string.literal}
18061806
{llp{2.6cm}p{2.3cm}p{4.7cm}}
18071807
\topline
1808-
Encoding & Kind & Type & Associated & Examples \\
1809-
prefix & & & character & \\
1810-
& & & encoding & \\
1808+
\lhdr{Enco-} & \chdr{Kind} & \chdr{Type} & \chdr{Associated} & \rhdr{Examples} \\
1809+
\lhdr{ding} & \chdr{} & \chdr{} & \chdr{character} & \rhdr{} \\
1810+
\lhdr{prefix} & \chdr{} & \chdr{} & \chdr{encoding} & \rhdr{} \\
18111811
\capsep
18121812
none &
18131813
\defnx{ordinary string literal}{literal!string!ordinary} &

0 commit comments

Comments
 (0)