Skip to content

Commit 2b1e6d2

Browse files
jensmaurertkoeppe
authored andcommitted
[macros] Fix duplicate vertical lines visible in tables in [optional.assign]
Fixes ISO/CS comment (C++23 proof)
1 parent 4e34492 commit 2b1e6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tables.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
\newcommand{\bottomline}{\rowsep}
493493
\newcommand{\hdstyle}[1]{\textbf{##1}}
494494
\newcommand{\rowhdr}[1]{\hdstyle{##1}&}
495-
\newcommand{\colhdr}[1]{\multicolumn{1}{|>{\centering}m{#6}|}{\hdstyle{##1}}}
495+
\newcommand{\colhdr}[1]{\multicolumn{1}{>{\centering}m{#6}|}{\hdstyle{##1}}}
496496
\begin{floattablebasex}
497497
{#1}{#2}
498498
{>{\centering}m{#5}|@{}p{0.2\normalbaselineskip}@{}|m{#6}|m{#7} }

0 commit comments

Comments
 (0)