Skip to content

Commit 9793e55

Browse files
jensmaurertkoeppe
authored andcommitted
[meta.reflection.operators] Fix table formatting
Fixes NB US 92-199 (C++26 CD).
1 parent 7c3eb72 commit 9793e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,9 +3583,9 @@
35833583
\begin{floattable}{Enum class \tcode{operators}}{meta.reflection.operators}
35843584
{lcc}
35853585
\topline
3586-
\chdr{Constant} &
3586+
\lhdr{Constant} &
35873587
\chdr{Corresponding \grammarterm{operator-function-id}} &
3588-
\chdr{Operator symbol name} \\ \capsep
3588+
\rhdr{Operator symbol name} \\ \capsep
35893589
\tcode{op_new} & \tcode{operator new} & \tcode{new} \\ \rowsep
35903590
\tcode{op_delete} & \tcode{operator delete} & \tcode{delete} \\ \rowsep
35913591
\tcode{op_array_new} & \tcode{operator new[]} & \tcode{new[]} \\ \rowsep

0 commit comments

Comments
 (0)