Skip to content

Commit 416219e

Browse files
committed
[tab:meta.reflection.traits] Fix some table entries
1 parent a75a8de commit 416219e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/meta.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6758,8 +6758,8 @@
67586758
where $T$ is the type or type alias represented by \tcode{type}
67596759
\\ \rowsep
67606760

6761-
\tcode{bool meta::\placeholder{BINARY}(info type);\br
6762-
bool meta::\placeholder{BINARY}_type(info type);} &
6761+
\tcode{bool meta::\placeholder{BINARY}(info t1, info t2);\br
6762+
bool meta::\placeholder{BINARY}_type(info t1, info t2);} &
67636763
\tcode{std::\placeholder{BINARY}_v<$\mathit{T1}$, $\mathit{T2}$>},
67646764
where $\mathit{T1}$ and $\mathit{T2}$ are the types or type aliases
67656765
represented by \tcode{t1} and \tcode{t2}, respectively
@@ -6782,8 +6782,7 @@
67826782
whose elements are represented by the corresponding elements of \tcode{args}
67836783
\\ \rowsep
67846784

6785-
\tcode{info meta::\placeholder{UNARY}(info type);\br
6786-
info meta::\placeholder{UNARY}(info type);} &
6785+
\tcode{info meta::\placeholder{UNARY}(info type);} &
67876786
A reflection representing the type denoted by
67886787
\tcode{std::\placeholder{UNARY}_t<\brk{}$T$>},
67896788
where $T$ is the type or type alias represented by \tcode{type}

0 commit comments

Comments
 (0)